Html Css Color HEX #BFC58A Pine Glade

📋 copy color: '#BFC58A'

red 191 ◦ green 197 ◦ blue 138

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

Shades of Pine Glade #BFC58A

Tints of Pine Glade #BFC58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.24%

R = 36.31%
G = 37.45%
B = 26.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#BFC58A (or 0xBFC58A) is known color: Pine Glade. HEX triplet: BF, C5 and 8A. RGB value is (191,197,138). Sum of RGB (Red+Green+Blue) = 191+197+138=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC58A is #403A75. Grayscale: #BCBCBC. Windows color (decimal): -4209270 or 9094591. OLE color: 9094591.

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

Color convert

RGB 191 197 138 -
CMYK 0.03 0 0.30 0.23
HSL 66.1º 0.34% 0.66% -
HSV(B) 66.1º 0.3% 0.77% -
XYZ 46.04 52.84 31.82 -
YUV 188.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 191 197 138 0.03 0 0.30 0.23 66.1 0.34 0.66
Hex BF C5 8A 3 0 1E 17 42 22 42
Octal 277 305 212 3 0 36 27 102 42 102
Binary 10111111 11000101 10001010 11 0 11110 10111 1000010 100010 1000010

Color Harmonies of #BFC58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC58A

Black with #BFC58A

Text Example


Text Example

White with #BFC58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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