#BBD475

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

Shades of Caper #BBD475

Tints of Caper #BBD475

Color information

#BBD475 (or 0xBBD475) is unknown color: approx Caper. HEX triplet: BB, D4 and 75. RGB value is (187,212,117). Sum of RGB (Red+Green+Blue) = 187+212+117=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD475 is #442B8A. Grayscale: #C2C2C2. Windows color (decimal): -4467595 or 7722171. OLE color: 7722171.

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

Color convert

RGB187212117-
CMYK0.1200.450.17
HSL75.79º52.49%64.51%-
HSV(B)75.79º44.81%83.14%-
XYZ47.2558.9425.72-
YUV193.6984.72123.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 212 (83.20% from 255) = 41.09%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=36.24%
G=41.09%
B=22.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121170.1200.450.1775.7952.4964.51
HexBBD475C02D114c3441
Octal273324165140552111464101
Binary10111011110101001110101110001011011000110011001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD475; }

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

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

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

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

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

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

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

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