Html Css Color HEX #BFCD7F Pine Glade

📋 copy color: '#BFCD7F'

red 191 ◦ green 205 ◦ blue 127

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

Shades of Pine Glade #BFCD7F

Tints of Pine Glade #BFCD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.28%

R = 36.52%
G = 39.2%
B = 24.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#BFCD7F (or 0xBFCD7F) is known color: Pine Glade. HEX triplet: BF, CD and 7F. RGB value is (191,205,127). Sum of RGB (Red+Green+Blue) = 191+205+127=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD7F is #403280. Grayscale: #C0C0C0. Windows color (decimal): -4207233 or 8375743. OLE color: 8375743.

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

Color convert

RGB 191 205 127 -
CMYK 0.07 0 0.38 0.20
HSL 70.77º 0.44% 0.65% -
HSV(B) 70.77º 0.38% 0.8% -
XYZ 47.15 56.27 28.46 -
YUV 191.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 191 205 127 0.07 0 0.38 0.20 70.77 0.44 0.65
Hex BF CD 7F 7 0 26 14 47 2C 41
Octal 277 315 177 7 0 46 24 107 54 101
Binary 10111111 11001101 1111111 111 0 100110 10100 1000111 101100 1000001

Color Harmonies of #BFCD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD7F

Black with #BFCD7F

Text Example


Text Example

White with #BFCD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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