#BBD483

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

Shades of Caper #BBD483

Tints of Caper #BBD483

Color information

#BBD483 (or 0xBBD483) is unknown color: approx Caper. HEX triplet: BB, D4 and 83. RGB value is (187,212,131). Sum of RGB (Red+Green+Blue) = 187+212+131=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD483 is #442B7C. Grayscale: #C3C3C3. Windows color (decimal): -4467581 or 8639675. OLE color: 8639675.

HSL color Cylindrical-coordinate representation of color #BBD483: hue angle of 78.52º degrees, saturation: 0.49, 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 #BBD483 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB187212131-
CMYK0.1200.380.17
HSL78.52º48.5%67.25%-
HSV(B)78.52º38.21%83.14%-
XYZ48.1359.2930.38-
YUV195.2991.72122.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 24.72%
R=35.28%
G=40%
B=24.72%

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
Decimal1872121310.1200.380.1778.5248.567.25
HexBBD483C026114f3143
Octal273324203140462111761103
Binary101110111101010010000011110001001101000110011111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD483; }

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

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

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

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

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

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

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

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