Html Css Color HEX #BFC574 Pine Glade

📋 copy color: '#BFC574'

red 191 ◦ green 197 ◦ blue 116

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

Shades of Pine Glade #BFC574

Tints of Pine Glade #BFC574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 37.9%
G = 39.09%
B = 23.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BFC574 (or 0xBFC574) is known color: Pine Glade. HEX triplet: BF, C5 and 74. RGB value is (191,197,116). Sum of RGB (Red+Green+Blue) = 191+197+116=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC574 is #403A8B. Grayscale: #BABABA. Windows color (decimal): -4209292 or 7652799. OLE color: 7652799.

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

Color convert

RGB 191 197 116 -
CMYK 0.03 0 0.41 0.23
HSL 64.44º 0.41% 0.61% -
HSV(B) 64.44º 0.41% 0.77% -
XYZ 44.6 52.27 24.26 -
YUV 185.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 191 197 116 0.03 0 0.41 0.23 64.44 0.41 0.61
Hex BF C5 74 3 0 29 17 40 29 3D
Octal 277 305 164 3 0 51 27 100 51 75
Binary 10111111 11000101 1110100 11 0 101001 10111 1000000 101001 111101

Color Harmonies of #BFC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC574

Black with #BFC574

Text Example


Text Example

White with #BFC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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