Html Css Color HEX #BFCD7B Pine Glade

📋 copy color: '#BFCD7B'

red 191 ◦ green 205 ◦ blue 123

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

Shades of Pine Glade #BFCD7B

Tints of Pine Glade #BFCD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.7%

R = 36.8%
G = 39.5%
B = 23.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#BFCD7B (or 0xBFCD7B) is known color: Pine Glade. HEX triplet: BF, CD and 7B. RGB value is (191,205,123). Sum of RGB (Red+Green+Blue) = 191+205+123=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD7B is #403284. Grayscale: #BFBFBF. Windows color (decimal): -4207237 or 8113599. OLE color: 8113599.

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

Color convert

RGB 191 205 123 -
CMYK 0.07 0 0.4 0.20
HSL 70.24º 0.45% 0.64% -
HSV(B) 70.24º 0.4% 0.8% -
XYZ 46.89 56.17 27.11 -
YUV 191.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 191 205 123 0.07 0 0.4 0.20 70.24 0.45 0.64
Hex BF CD 7B 7 0 28 14 46 2D 40
Octal 277 315 173 7 0 50 24 106 55 100
Binary 10111111 11001101 1111011 111 0 101000 10100 1000110 101101 1000000

Color Harmonies of #BFCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD7B

Black with #BFCD7B

Text Example


Text Example

White with #BFCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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