Html Css Color HEX #BFCD79 Pine Glade

📋 copy color: '#BFCD79'

red 191 ◦ green 205 ◦ blue 121

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

Shades of Pine Glade #BFCD79

Tints of Pine Glade #BFCD79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.4%

R = 36.94%
G = 39.65%
B = 23.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#BFCD79 (or 0xBFCD79) is known color: Pine Glade. HEX triplet: BF, CD and 79. RGB value is (191,205,121). Sum of RGB (Red+Green+Blue) = 191+205+121=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD79 is #403286. Grayscale: #BFBFBF. Windows color (decimal): -4207239 or 7982527. OLE color: 7982527.

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

Color convert

RGB 191 205 121 -
CMYK 0.07 0 0.41 0.20
HSL 70º 0.46% 0.64% -
HSV(B) 70º 0.41% 0.8% -
XYZ 46.77 56.12 26.46 -
YUV 191.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 191 205 121 0.07 0 0.41 0.20 70 0.46 0.64
Hex BF CD 79 7 0 29 14 46 2E 40
Octal 277 315 171 7 0 51 24 106 56 100
Binary 10111111 11001101 1111001 111 0 101001 10100 1000110 101110 1000000

Color Harmonies of #BFCD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD79

Black with #BFCD79

Text Example


Text Example

White with #BFCD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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