Html Css Color HEX #BFC578 Pine Glade

📋 copy color: '#BFC578'

red 191 ◦ green 197 ◦ blue 120

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

Shades of Pine Glade #BFC578

Tints of Pine Glade #BFC578

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.78%

 BLUE value IS 120 (47.27% from 255) = 23.62%

R = 37.6%
G = 38.78%
B = 23.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#BFC578 (or 0xBFC578) is known color: Pine Glade. HEX triplet: BF, C5 and 78. RGB value is (191,197,120). Sum of RGB (Red+Green+Blue) = 191+197+120=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC578 is #403A87. Grayscale: #BABABA. Windows color (decimal): -4209288 or 7914943. OLE color: 7914943.

HSL color Cylindrical-coordinate representation of color #BFC578: hue angle of 64.68º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFC578 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 120 -
CMYK 0.03 0 0.39 0.23
HSL 64.68º 0.4% 0.62% -
HSV(B) 64.68º 0.39% 0.77% -
XYZ 44.84 52.36 25.51 -
YUV 186.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 191 197 120 0.03 0 0.39 0.23 64.68 0.4 0.62
Hex BF C5 78 3 0 27 17 41 28 3E
Octal 277 305 170 3 0 47 27 101 50 76
Binary 10111111 11000101 1111000 11 0 100111 10111 1000001 101000 111110

Color Harmonies of #BFC578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC578

Black with #BFC578

Text Example


Text Example

White with #BFC578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC578; }

 p { color: rgb(191,197,120); }

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

background-color css

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

 a { background-color: rgb(191,197,120); }

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

border-color css

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

 span { border-color: rgb(191,197,120); }

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