Html Css Color HEX #BFCE7D Pine Glade

📋 copy color: '#BFCE7D'

red 191 ◦ green 206 ◦ blue 125

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

Shades of Pine Glade #BFCE7D

Tints of Pine Glade #BFCE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.46%

 BLUE value IS 125 (49.22% from 255) = 23.95%

R = 36.59%
G = 39.46%
B = 23.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#BFCE7D (or 0xBFCE7D) is known color: Pine Glade. HEX triplet: BF, CE and 7D. RGB value is (191,206,125). Sum of RGB (Red+Green+Blue) = 191+206+125=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCE7D is #403182. Grayscale: #C0C0C0. Windows color (decimal): -4206979 or 8244927. OLE color: 8244927.

HSL color Cylindrical-coordinate representation of color #BFCE7D: hue angle of 71.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFCE7D is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 125 -
CMYK 0.07 0 0.39 0.19
HSL 71.11º 0.45% 0.65% -
HSV(B) 71.11º 0.39% 0.81% -
XYZ 47.26 56.7 27.86 -
YUV 192.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 191 206 125 0.07 0 0.39 0.19 71.11 0.45 0.65
Hex BF CE 7D 7 0 27 13 47 2D 41
Octal 277 316 175 7 0 47 23 107 55 101
Binary 10111111 11001110 1111101 111 0 100111 10011 1000111 101101 1000001

Color Harmonies of #BFCE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE7D

Black with #BFCE7D

Text Example


Text Example

White with #BFCE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE7D; }

 p { color: rgb(191,206,125); }

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

background-color css

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

 a { background-color: rgb(191,206,125); }

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

border-color css

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

 span { border-color: rgb(191,206,125); }

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