Html Css Color HEX #BFC376 Pine Glade

📋 copy color: '#BFC376'

red 191 ◦ green 195 ◦ blue 118

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

Shades of Pine Glade #BFC376

Tints of Pine Glade #BFC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

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

R = 37.9%
G = 38.69%
B = 23.41%

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

#BFC376 (or 0xBFC376) is known color: Pine Glade. HEX triplet: BF, C3 and 76. RGB value is (191,195,118). Sum of RGB (Red+Green+Blue) = 191+195+118=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC376 is #403C89. Grayscale: #B9B9B9. Windows color (decimal): -4209802 or 7783359. OLE color: 7783359.

HSL color Cylindrical-coordinate representation of color #BFC376: hue angle of 63.12º degrees, saturation: 0.39, 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 #BFC376 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 118 -
CMYK 0.02 0 0.39 0.24
HSL 63.12º 0.39% 0.61% -
HSV(B) 63.12º 0.39% 0.76% -
XYZ 44.27 51.41 24.73 -
YUV 185.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 191 195 118 0.02 0 0.39 0.24 63.12 0.39 0.61
Hex BF C3 76 2 0 27 18 3F 27 3D
Octal 277 303 166 2 0 47 30 77 47 75
Binary 10111111 11000011 1110110 10 0 100111 11000 111111 100111 111101

Color Harmonies of #BFC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC376

Black with #BFC376

Text Example


Text Example

White with #BFC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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