Html Css Color HEX #BFC570 Pine Glade

📋 copy color: '#BFC570'

red 191 ◦ green 197 ◦ blue 112

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

Shades of Pine Glade #BFC570

Tints of Pine Glade #BFC570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 38.2%
G = 39.4%
B = 22.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#BFC570 (or 0xBFC570) is known color: Pine Glade. HEX triplet: BF, C5 and 70. RGB value is (191,197,112). Sum of RGB (Red+Green+Blue) = 191+197+112=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC570 is #403A8F. Grayscale: #B9B9B9. Windows color (decimal): -4209296 or 7390655. OLE color: 7390655.

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

Color convert

RGB 191 197 112 -
CMYK 0.03 0 0.43 0.23
HSL 64.24º 0.42% 0.61% -
HSV(B) 64.24º 0.43% 0.77% -
XYZ 44.38 52.18 23.06 -
YUV 185.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 191 197 112 0.03 0 0.43 0.23 64.24 0.42 0.61
Hex BF C5 70 3 0 2B 17 40 2A 3D
Octal 277 305 160 3 0 53 27 100 52 75
Binary 10111111 11000101 1110000 11 0 101011 10111 1000000 101010 111101

Color Harmonies of #BFC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC570

Black with #BFC570

Text Example


Text Example

White with #BFC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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