Html Css Color HEX #BFC17E Pine Glade

📋 copy color: '#BFC17E'

red 191 ◦ green 193 ◦ blue 126

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

Shades of Pine Glade #BFC17E

Tints of Pine Glade #BFC17E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.84%

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

R = 37.45%
G = 37.84%
B = 24.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#BFC17E (or 0xBFC17E) is known color: Pine Glade. HEX triplet: BF, C1 and 7E. RGB value is (191,193,126). Sum of RGB (Red+Green+Blue) = 191+193+126=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC17E is #403E81. Grayscale: #B9B9B9. Windows color (decimal): -4210306 or 8307135. OLE color: 8307135.

HSL color Cylindrical-coordinate representation of color #BFC17E: hue angle of 61.79º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFC17E is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 126 -
CMYK 0.01 0 0.35 0.24
HSL 61.79º 0.35% 0.63% -
HSV(B) 61.79º 0.35% 0.76% -
XYZ 44.32 50.72 27.19 -
YUV 184.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 191 193 126 0.01 0 0.35 0.24 61.79 0.35 0.63
Hex BF C1 7E 1 0 23 18 3E 23 3F
Octal 277 301 176 1 0 43 30 76 43 77
Binary 10111111 11000001 1111110 1 0 100011 11000 111110 100011 111111

Color Harmonies of #BFC17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC17E

Black with #BFC17E

Text Example


Text Example

White with #BFC17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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