Html Css Color HEX #BFC57E Pine Glade

📋 copy color: '#BFC57E'

red 191 ◦ green 197 ◦ blue 126

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

Shades of Pine Glade #BFC57E

Tints of Pine Glade #BFC57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 37.16%
G = 38.33%
B = 24.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#BFC57E (or 0xBFC57E) is known color: Pine Glade. HEX triplet: BF, C5 and 7E. RGB value is (191,197,126). Sum of RGB (Red+Green+Blue) = 191+197+126=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC57E is #403A81. Grayscale: #BBBBBB. Windows color (decimal): -4209282 or 8308159. OLE color: 8308159.

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

Color convert

RGB 191 197 126 -
CMYK 0.03 0 0.36 0.23
HSL 65.07º 0.38% 0.63% -
HSV(B) 65.07º 0.36% 0.77% -
XYZ 45.22 52.52 27.49 -
YUV 187.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 191 197 126 0.03 0 0.36 0.23 65.07 0.38 0.63
Hex BF C5 7E 3 0 24 17 41 26 3F
Octal 277 305 176 3 0 44 27 101 46 77
Binary 10111111 11000101 1111110 11 0 100100 10111 1000001 100110 111111

Color Harmonies of #BFC57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC57E

Black with #BFC57E

Text Example


Text Example

White with #BFC57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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