Html Css Color HEX #BFCB76 Pine Glade

📋 copy color: '#BFCB76'

red 191 ◦ green 203 ◦ blue 118

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

Shades of Pine Glade #BFCB76

Tints of Pine Glade #BFCB76

RGB

 RED value IS 191 (75% from 255) = 37.3%

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

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

R = 37.3%
G = 39.65%
B = 23.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#BFCB76 (or 0xBFCB76) is known color: Pine Glade. HEX triplet: BF, CB and 76. RGB value is (191,203,118). Sum of RGB (Red+Green+Blue) = 191+203+118=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB76 is #403489. Grayscale: #BEBEBE. Windows color (decimal): -4207754 or 7785407. OLE color: 7785407.

HSL color Cylindrical-coordinate representation of color #BFCB76: hue angle of 68.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFCB76 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 118 -
CMYK 0.06 0 0.42 0.20
HSL 68.47º 0.45% 0.63% -
HSV(B) 68.47º 0.42% 0.8% -
XYZ 46.11 55.1 25.34 -
YUV 189.72 87.52 128.91 -
System Red Green Blue C M Y K H S L
Decimal 191 203 118 0.06 0 0.42 0.20 68.47 0.45 0.63
Hex BF CB 76 6 0 2A 14 44 2D 3F
Octal 277 313 166 6 0 52 24 104 55 77
Binary 10111111 11001011 1110110 110 0 101010 10100 1000100 101101 111111

Color Harmonies of #BFCB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB76

Black with #BFCB76

Text Example


Text Example

White with #BFCB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB76; }

 p { color: rgb(191,203,118); }

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

background-color css

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

 a { background-color: rgb(191,203,118); }

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

border-color css

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

 span { border-color: rgb(191,203,118); }

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