#BBD480

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

Shades of Caper #BBD480

Tints of Caper #BBD480

Color information

#BBD480 (or 0xBBD480) is unknown color: approx Caper. HEX triplet: BB, D4 and 80. RGB value is (187,212,128). Sum of RGB (Red+Green+Blue) = 187+212+128=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD480 is #442B7F. Grayscale: #C3C3C3. Windows color (decimal): -4467584 or 8443067. OLE color: 8443067.

HSL color Cylindrical-coordinate representation of color #BBD480: hue angle of 77.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD480 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB187212128-
CMYK0.1200.400.17
HSL77.86º49.41%66.67%-
HSV(B)77.86º39.62%83.14%-
XYZ47.9359.2129.32-
YUV194.9590.22122.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=35.48%
G=40.23%
B=24.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121280.1200.400.1777.8649.4166.67
HexBBD480C028114e3143
Octal273324200140502111661103
Binary101110111101010010000000110001010001000110011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD480; }

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

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

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

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

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

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

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

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