Html Css Color HEX #BBC982 Caper

📋 copy color: '#BBC982'

red 187 ◦ green 201 ◦ blue 130

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

Shades of Caper #BBC982

Tints of Caper #BBC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

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

R = 36.1%
G = 38.8%
B = 25.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#BBC982 (or 0xBBC982) is known color: Caper. HEX triplet: BB, C9 and 82. RGB value is (187,201,130). Sum of RGB (Red+Green+Blue) = 187+201+130=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC982 is #44367D. Grayscale: #BCBCBC. Windows color (decimal): -4470398 or 8571323. OLE color: 8571323.

HSL color Cylindrical-coordinate representation of color #BBC982: hue angle of 71.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC982 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 130 -
CMYK 0.07 0 0.35 0.21
HSL 71.83º 0.4% 0.65% -
HSV(B) 71.83º 0.35% 0.79% -
XYZ 45.41 53.95 29.14 -
YUV 188.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 187 201 130 0.07 0 0.35 0.21 71.83 0.4 0.65
Hex BB C9 82 7 0 23 15 48 28 41
Octal 273 311 202 7 0 43 25 110 50 101
Binary 10111011 11001001 10000010 111 0 100011 10101 1001000 101000 1000001

Color Harmonies of #BBC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC982

Black with #BBC982

Text Example


Text Example

White with #BBC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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