Html Css Color HEX #BFD076 Pine Glade

📋 copy color: '#BFD076'

red 191 ◦ green 208 ◦ blue 118

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

Shades of Pine Glade #BFD076

Tints of Pine Glade #BFD076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.23%

 BLUE value IS 118 (46.48% from 255) = 22.82%

R = 36.94%
G = 40.23%
B = 22.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BFD076 (or 0xBFD076) is known color: Pine Glade. HEX triplet: BF, D0 and 76. RGB value is (191,208,118). Sum of RGB (Red+Green+Blue) = 191+208+118=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD076 is #402F89. Grayscale: #C0C0C0. Windows color (decimal): -4206474 or 7786687. OLE color: 7786687.

HSL color Cylindrical-coordinate representation of color #BFD076: hue angle of 71.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFD076 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 118 -
CMYK 0.08 0 0.43 0.18
HSL 71.33º 0.49% 0.64% -
HSV(B) 71.33º 0.43% 0.82% -
XYZ 47.31 57.5 25.74 -
YUV 192.66 85.87 126.82 -
System Red Green Blue C M Y K H S L
Decimal 191 208 118 0.08 0 0.43 0.18 71.33 0.49 0.64
Hex BF D0 76 8 0 2B 12 47 31 40
Octal 277 320 166 10 0 53 22 107 61 100
Binary 10111111 11010000 1110110 1000 0 101011 10010 1000111 110001 1000000

Color Harmonies of #BFD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD076

Black with #BFD076

Text Example


Text Example

White with #BFD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD076; }

 p { color: rgb(191,208,118); }

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

background-color css

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

 a { background-color: rgb(191,208,118); }

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

border-color css

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

 span { border-color: rgb(191,208,118); }

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