Html Css Color HEX #BFC27C Pine Glade

📋 copy color: '#BFC27C'

red 191 ◦ green 194 ◦ blue 124

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

Shades of Pine Glade #BFC27C

Tints of Pine Glade #BFC27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

 BLUE value IS 124 (48.83% from 255) = 24.36%

R = 37.52%
G = 38.11%
B = 24.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#BFC27C (or 0xBFC27C) is known color: Pine Glade. HEX triplet: BF, C2 and 7C. RGB value is (191,194,124). Sum of RGB (Red+Green+Blue) = 191+194+124=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC27C is #403D83. Grayscale: #B9B9B9. Windows color (decimal): -4210052 or 8176319. OLE color: 8176319.

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

Color convert

RGB 191 194 124 -
CMYK 0.02 0 0.36 0.24
HSL 62.57º 0.36% 0.62% -
HSV(B) 62.57º 0.36% 0.76% -
XYZ 44.42 51.12 26.59 -
YUV 185.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 191 194 124 0.02 0 0.36 0.24 62.57 0.36 0.62
Hex BF C2 7C 2 0 24 18 3F 24 3E
Octal 277 302 174 2 0 44 30 77 44 76
Binary 10111111 11000010 1111100 10 0 100100 11000 111111 100100 111110

Color Harmonies of #BFC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC27C

Black with #BFC27C

Text Example


Text Example

White with #BFC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC27C; }

 p { color: rgb(191,194,124); }

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

background-color css

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

 a { background-color: rgb(191,194,124); }

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

border-color css

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

 span { border-color: rgb(191,194,124); }

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