Html Css Color HEX #BBCF76 Caper

📋 copy color: '#BBCF76'

red 187 ◦ green 207 ◦ blue 118

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

Shades of Caper #BBCF76

Tints of Caper #BBCF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.43%

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 36.52%
G = 40.43%
B = 23.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#BBCF76 (or 0xBBCF76) is known color: Caper. HEX triplet: BB, CF and 76. RGB value is (187,207,118). Sum of RGB (Red+Green+Blue) = 187+207+118=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF76 is #443089. Grayscale: #BFBFBF. Windows color (decimal): -4468874 or 7786427. OLE color: 7786427.

HSL color Cylindrical-coordinate representation of color #BBCF76: hue angle of 73.48º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBCF76 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 118 -
CMYK 0.10 0 0.43 0.19
HSL 73.48º 0.48% 0.64% -
HSV(B) 73.48º 0.43% 0.81% -
XYZ 46.08 56.5 25.62 -
YUV 190.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 187 207 118 0.10 0 0.43 0.19 73.48 0.48 0.64
Hex BB CF 76 A 0 2B 13 49 30 40
Octal 273 317 166 12 0 53 23 111 60 100
Binary 10111011 11001111 1110110 1010 0 101011 10011 1001001 110000 1000000

Color Harmonies of #BBCF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF76

Black with #BBCF76

Text Example


Text Example

White with #BBCF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF76; }

 p { color: rgb(187,207,118); }

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

background-color css

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

 a { background-color: rgb(187,207,118); }

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

border-color css

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

 span { border-color: rgb(187,207,118); }

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