Html Css Color HEX #BFC484 Pine Glade

📋 copy color: '#BFC484'

red 191 ◦ green 196 ◦ blue 132

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

Shades of Pine Glade #BFC484

Tints of Pine Glade #BFC484

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.76%

 BLUE value IS 132 (51.95% from 255) = 25.43%

R = 36.8%
G = 37.76%
B = 25.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#BFC484 (or 0xBFC484) is known color: Pine Glade. HEX triplet: BF, C4 and 84. RGB value is (191,196,132). Sum of RGB (Red+Green+Blue) = 191+196+132=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC484 is #403B7B. Grayscale: #BBBBBB. Windows color (decimal): -4209532 or 8701119. OLE color: 8701119.

HSL color Cylindrical-coordinate representation of color #BFC484: hue angle of 64.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFC484 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 132 -
CMYK 0.03 0 0.33 0.23
HSL 64.69º 0.35% 0.64% -
HSV(B) 64.69º 0.33% 0.77% -
XYZ 45.39 52.22 29.52 -
YUV 187.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 191 196 132 0.03 0 0.33 0.23 64.69 0.35 0.64
Hex BF C4 84 3 0 21 17 41 23 40
Octal 277 304 204 3 0 41 27 101 43 100
Binary 10111111 11000100 10000100 11 0 100001 10111 1000001 100011 1000000

Color Harmonies of #BFC484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC484

Black with #BFC484

Text Example


Text Example

White with #BFC484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC484; }

 p { color: rgb(191,196,132); }

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

background-color css

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

 a { background-color: rgb(191,196,132); }

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

border-color css

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

 span { border-color: rgb(191,196,132); }

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