Html Css Color HEX #BFCF77 Pine Glade

📋 copy color: '#BFCF77'

red 191 ◦ green 207 ◦ blue 119

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

Shades of Pine Glade #BFCF77

Tints of Pine Glade #BFCF77

RGB

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

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

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

R = 36.94%
G = 40.04%
B = 23.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#BFCF77 (or 0xBFCF77) is known color: Pine Glade. HEX triplet: BF, CF and 77. RGB value is (191,207,119). Sum of RGB (Red+Green+Blue) = 191+207+119=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF77 is #403088. Grayscale: #C0C0C0. Windows color (decimal): -4206729 or 7851967. OLE color: 7851967.

HSL color Cylindrical-coordinate representation of color #BFCF77: hue angle of 70.91º 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 #BFCF77 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 119 -
CMYK 0.08 0 0.43 0.19
HSL 70.91º 0.48% 0.64% -
HSV(B) 70.91º 0.43% 0.81% -
XYZ 47.13 57.03 25.98 -
YUV 192.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 191 207 119 0.08 0 0.43 0.19 70.91 0.48 0.64
Hex BF CF 77 8 0 2B 13 47 30 40
Octal 277 317 167 10 0 53 23 107 60 100
Binary 10111111 11001111 1110111 1000 0 101011 10011 1000111 110000 1000000

Color Harmonies of #BFCF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF77

Black with #BFCF77

Text Example


Text Example

White with #BFCF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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