Html Css Color HEX #BFCC76 Pine Glade

📋 copy color: '#BFCC76'

red 191 ◦ green 204 ◦ blue 118

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

Shades of Pine Glade #BFCC76

Tints of Pine Glade #BFCC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.77%

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

R = 37.23%
G = 39.77%
B = 23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#BFCC76 (or 0xBFCC76) is known color: Pine Glade. HEX triplet: BF, CC and 76. RGB value is (191,204,118). Sum of RGB (Red+Green+Blue) = 191+204+118=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC76 is #403389. Grayscale: #BEBEBE. Windows color (decimal): -4207498 or 7785663. OLE color: 7785663.

HSL color Cylindrical-coordinate representation of color #BFCC76: hue angle of 69.07º degrees, saturation: 0.46, 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 #BFCC76 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 118 -
CMYK 0.06 0 0.42 0.2
HSL 69.07º 0.46% 0.63% -
HSV(B) 69.07º 0.42% 0.8% -
XYZ 46.35 55.57 25.42 -
YUV 190.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 191 204 118 0.06 0 0.42 0.2 69.07 0.46 0.63
Hex BF CC 76 6 0 2A 14 45 2E 3F
Octal 277 314 166 6 0 52 24 105 56 77
Binary 10111111 11001100 1110110 110 0 101010 10100 1000101 101110 111111

Color Harmonies of #BFCC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC76

Black with #BFCC76

Text Example


Text Example

White with #BFCC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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