Html Css Color HEX #BFCD76 Pine Glade

📋 copy color: '#BFCD76'

red 191 ◦ green 205 ◦ blue 118

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

Shades of Pine Glade #BFCD76

Tints of Pine Glade #BFCD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.88%

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

R = 37.16%
G = 39.88%
B = 22.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#BFCD76 (or 0xBFCD76) is known color: Pine Glade. HEX triplet: BF, CD and 76. RGB value is (191,205,118). Sum of RGB (Red+Green+Blue) = 191+205+118=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD76 is #403289. Grayscale: #BFBFBF. Windows color (decimal): -4207242 or 7785919. OLE color: 7785919.

HSL color Cylindrical-coordinate representation of color #BFCD76: hue angle of 69.66º degrees, saturation: 0.47, 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 #BFCD76 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 118 -
CMYK 0.07 0 0.42 0.20
HSL 69.66º 0.47% 0.63% -
HSV(B) 69.66º 0.42% 0.8% -
XYZ 46.59 56.05 25.5 -
YUV 190.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 191 205 118 0.07 0 0.42 0.20 69.66 0.47 0.63
Hex BF CD 76 7 0 2A 14 46 2F 3F
Octal 277 315 166 7 0 52 24 106 57 77
Binary 10111111 11001101 1110110 111 0 101010 10100 1000110 101111 111111

Color Harmonies of #BFCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD76

Black with #BFCD76

Text Example


Text Example

White with #BFCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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