Html Css Color HEX #BFCD7C Pine Glade

📋 copy color: '#BFCD7C'

red 191 ◦ green 205 ◦ blue 124

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

Shades of Pine Glade #BFCD7C

Tints of Pine Glade #BFCD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

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

R = 36.73%
G = 39.42%
B = 23.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#BFCD7C (or 0xBFCD7C) is known color: Pine Glade. HEX triplet: BF, CD and 7C. RGB value is (191,205,124). Sum of RGB (Red+Green+Blue) = 191+205+124=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD7C is #403283. Grayscale: #BFBFBF. Windows color (decimal): -4207236 or 8179135. OLE color: 8179135.

HSL color Cylindrical-coordinate representation of color #BFCD7C: hue angle of 70.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFCD7C is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 124 -
CMYK 0.07 0 0.40 0.20
HSL 70.37º 0.45% 0.65% -
HSV(B) 70.37º 0.4% 0.8% -
XYZ 46.96 56.19 27.44 -
YUV 191.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 191 205 124 0.07 0 0.40 0.20 70.37 0.45 0.65
Hex BF CD 7C 7 0 28 14 46 2D 41
Octal 277 315 174 7 0 50 24 106 55 101
Binary 10111111 11001101 1111100 111 0 101000 10100 1000110 101101 1000001

Color Harmonies of #BFCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD7C

Black with #BFCD7C

Text Example


Text Example

White with #BFCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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