#BBD484

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

Shades of Caper #BBD484

Tints of Caper #BBD484

Color information

#BBD484 (or 0xBBD484) is unknown color: approx Caper. HEX triplet: BB, D4 and 84. RGB value is (187,212,132). Sum of RGB (Red+Green+Blue) = 187+212+132=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD484 is #442B7B. Grayscale: #C3C3C3. Windows color (decimal): -4467580 or 8705211. OLE color: 8705211.

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

Color convert

RGB187212132-
CMYK0.1200.380.17
HSL78.75º48.19%67.45%-
HSV(B)78.75º37.74%83.14%-
XYZ48.259.3230.74-
YUV195.492.22122-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 132 (51.95% from 255) = 24.86%
R=35.22%
G=39.92%
B=24.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121320.1200.380.1778.7548.1967.45
HexBBD484C026114f3043
Octal273324204140462111760103
Binary101110111101010010000100110001001101000110011111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD484; }

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

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

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

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

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

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

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

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