Html Css Color HEX #BFC276 Pine Glade

📋 copy color: '#BFC276'

red 191 ◦ green 194 ◦ blue 118

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

Shades of Pine Glade #BFC276

Tints of Pine Glade #BFC276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.57%

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

R = 37.97%
G = 38.57%
B = 23.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BFC276 (or 0xBFC276) is known color: Pine Glade. HEX triplet: BF, C2 and 76. RGB value is (191,194,118). Sum of RGB (Red+Green+Blue) = 191+194+118=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC276 is #403D89. Grayscale: #B8B8B8. Windows color (decimal): -4210058 or 7783103. OLE color: 7783103.

HSL color Cylindrical-coordinate representation of color #BFC276: hue angle of 62.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFC276 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 118 -
CMYK 0.02 0 0.39 0.24
HSL 62.37º 0.38% 0.61% -
HSV(B) 62.37º 0.39% 0.76% -
XYZ 44.05 50.97 24.66 -
YUV 184.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 191 194 118 0.02 0 0.39 0.24 62.37 0.38 0.61
Hex BF C2 76 2 0 27 18 3E 26 3D
Octal 277 302 166 2 0 47 30 76 46 75
Binary 10111111 11000010 1110110 10 0 100111 11000 111110 100110 111101

Color Harmonies of #BFC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC276

Black with #BFC276

Text Example


Text Example

White with #BFC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC276; }

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

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

background-color css

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

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

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

border-color css

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

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

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