#BBD47A

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

Shades of Caper #BBD47A

Tints of Caper #BBD47A

Color information

#BBD47A (or 0xBBD47A) is unknown color: approx Caper. HEX triplet: BB, D4 and 7A. RGB value is (187,212,122). Sum of RGB (Red+Green+Blue) = 187+212+122=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD47A is #442B85. Grayscale: #C2C2C2. Windows color (decimal): -4467590 or 8049851. OLE color: 8049851.

HSL color Cylindrical-coordinate representation of color #BBD47A: hue angle of 76.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBD47A is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB187212122-
CMYK0.1200.420.17
HSL76.67º51.14%65.49%-
HSV(B)76.67º42.45%83.14%-
XYZ47.5559.0627.31-
YUV194.2687.22122.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=35.89%
G=40.69%
B=23.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121220.1200.420.1776.6751.1465.49
HexBBD47AC02A114d3341
Octal273324172140522111563101
Binary10111011110101001111010110001010101000110011011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD47A; }

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

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

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

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

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

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

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

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