#B3D27B

Color #B3D27B Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B3D27B

Tints of Caper #B3D27B

Color information

#B3D27B (or 0xB3D27B) is unknown color: approx Caper. HEX triplet: B3, D2 and 7B. RGB value is (179,210,123). Sum of RGB (Red+Green+Blue) = 179+210+123=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D27B is #4C2D84. Grayscale: #BFBFBF. Windows color (decimal): -4992389 or 8114867. OLE color: 8114867.

HSL color Cylindrical-coordinate representation of color #B3D27B: hue angle of 81.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3D27B is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB179210123-
CMYK0.1500.410.18
HSL81.38º49.15%65.29%-
HSV(B)81.38º41.43%82.35%-
XYZ45.2157.1127.38-
YUV190.8189.73119.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=34.96%
G=41.02%
B=24.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792101230.1500.410.1881.3849.1565.29
HexB3D27BF02912513141
Octal263322173170512212161101
Binary10110011110100101111011111101010011001010100011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D27B; }

 p { color: rgb(179,210,123); }

 H1.HeaderClassName
 {
   color: #B3D27B;
 }
 .AnyTagClassName
 {
   color: #B3D27B;
 }
</style>
background-color css

<style>
 a { background-color: #B3D27B; }

 a { background-color: rgb(179,210,123); }

 div.DivClassName
 {
   background-color: #B3D27B;
 }
 .BgClassName
 {
   background-color: #B3D27B;
 }
</style>
border-color css

<style>
 span { border-color: #B3D27B; }

 span { border-color: rgb(179,210,123); }

 td.TdClassName
 {
   border-color: #B3D27B;
 }
 .TagClassName
 {
   border-color: #B3D27B;
 }
</style>