#BBD57A

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

Shades of Caper #BBD57A

Tints of Caper #BBD57A

Color information

#BBD57A (or 0xBBD57A) is unknown color: approx Caper. HEX triplet: BB, D5 and 7A. RGB value is (187,213,122). Sum of RGB (Red+Green+Blue) = 187+213+122=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD57A is #442A85. Grayscale: #C3C3C3. Windows color (decimal): -4467334 or 8050107. OLE color: 8050107.

HSL color Cylindrical-coordinate representation of color #BBD57A: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBD57A is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB187213122-
CMYK0.1200.430.16
HSL77.14º52%65.69%-
HSV(B)77.14º42.72%83.53%-
XYZ47.859.5627.39-
YUV194.8586.89122.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 122 (48.05% from 255) = 23.37%
R=35.82%
G=40.80%
B=23.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131220.1200.430.1677.145265.69
HexBBD57AC02B104d3442
Octal273325172140532011564102
Binary10111011110101011111010110001010111000010011011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD57A; }

 p { color: rgb(187,213,122); }

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

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

 a { background-color: rgb(187,213,122); }

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

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

 span { border-color: rgb(187,213,122); }

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