Html Css Color HEX #BBCB82 Caper

📋 copy color: '#BBCB82'

red 187 ◦ green 203 ◦ blue 130

#BBCB82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #BBCB82

Tints of Caper #BBCB82

RGB

 RED value IS 187 (73.44% from 255) = 35.96%

 GREEN value IS 203 (79.69% from 255) = 39.04%

 BLUE value IS 130 (51.17% from 255) = 25%

R = 35.96%
G = 39.04%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#BBCB82 (or 0xBBCB82) is known color: Caper. HEX triplet: BB, CB and 82. RGB value is (187,203,130). Sum of RGB (Red+Green+Blue) = 187+203+130=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB82 is #44347D. Grayscale: #BEBEBE. Windows color (decimal): -4469886 or 8571835. OLE color: 8571835.

HSL color Cylindrical-coordinate representation of color #BBCB82: hue angle of 73.15º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBCB82 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 130 -
CMYK 0.08 0 0.36 0.20
HSL 73.15º 0.41% 0.65% -
HSV(B) 73.15º 0.36% 0.8% -
XYZ 45.88 54.89 29.3 -
YUV 189.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 187 203 130 0.08 0 0.36 0.20 73.15 0.41 0.65
Hex BB CB 82 8 0 24 14 49 29 41
Octal 273 313 202 10 0 44 24 111 51 101
Binary 10111011 11001011 10000010 1000 0 100100 10100 1001001 101001 1000001

Color Harmonies of #BBCB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB82

Black with #BBCB82

Text Example


Text Example

White with #BBCB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB82; }

 p { color: rgb(187,203,130); }

 H1.HeaderClassName
 {
   color: #BBCB82;
 }
 .AnyTagClassName
 {
   color: #BBCB82;
 }
</style>

background-color css

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

 a { background-color: rgb(187,203,130); }

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

border-color css

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

 span { border-color: rgb(187,203,130); }

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