Html Css Color HEX #BFCB77 Pine Glade

📋 copy color: '#BFCB77'

red 191 ◦ green 203 ◦ blue 119

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

Shades of Pine Glade #BFCB77

Tints of Pine Glade #BFCB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.2%

R = 37.23%
G = 39.57%
B = 23.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#BFCB77 (or 0xBFCB77) is known color: Pine Glade. HEX triplet: BF, CB and 77. RGB value is (191,203,119). Sum of RGB (Red+Green+Blue) = 191+203+119=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB77 is #403488. Grayscale: #BEBEBE. Windows color (decimal): -4207753 or 7850943. OLE color: 7850943.

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

Color convert

RGB 191 203 119 -
CMYK 0.06 0 0.41 0.20
HSL 68.57º 0.45% 0.63% -
HSV(B) 68.57º 0.41% 0.8% -
XYZ 46.17 55.12 25.66 -
YUV 189.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 191 203 119 0.06 0 0.41 0.20 68.57 0.45 0.63
Hex BF CB 77 6 0 29 14 45 2D 3F
Octal 277 313 167 6 0 51 24 105 55 77
Binary 10111111 11001011 1110111 110 0 101001 10100 1000101 101101 111111

Color Harmonies of #BFCB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB77

Black with #BFCB77

Text Example


Text Example

White with #BFCB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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