Html Css Color HEX #BFC377 Pine Glade

📋 copy color: '#BFC377'

red 191 ◦ green 195 ◦ blue 119

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

Shades of Pine Glade #BFC377

Tints of Pine Glade #BFC377

RGB

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

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

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

R = 37.82%
G = 38.61%
B = 23.56%

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

#BFC377 (or 0xBFC377) is known color: Pine Glade. HEX triplet: BF, C3 and 77. RGB value is (191,195,119). Sum of RGB (Red+Green+Blue) = 191+195+119=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC377 is #403C88. Grayscale: #B9B9B9. Windows color (decimal): -4209801 or 7848895. OLE color: 7848895.

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

Color convert

RGB 191 195 119 -
CMYK 0.02 0 0.39 0.24
HSL 63.16º 0.39% 0.62% -
HSV(B) 63.16º 0.39% 0.76% -
XYZ 44.33 51.44 25.04 -
YUV 185.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 191 195 119 0.02 0 0.39 0.24 63.16 0.39 0.62
Hex BF C3 77 2 0 27 18 3F 27 3E
Octal 277 303 167 2 0 47 30 77 47 76
Binary 10111111 11000011 1110111 10 0 100111 11000 111111 100111 111110

Color Harmonies of #BFC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC377

Black with #BFC377

Text Example


Text Example

White with #BFC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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