Html Css Color HEX #BFC381 Pine Glade

📋 copy color: '#BFC381'

red 191 ◦ green 195 ◦ blue 129

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

Shades of Pine Glade #BFC381

Tints of Pine Glade #BFC381

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

 BLUE value IS 129 (50.78% from 255) = 25.05%

R = 37.09%
G = 37.86%
B = 25.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#BFC381 (or 0xBFC381) is known color: Pine Glade. HEX triplet: BF, C3 and 81. RGB value is (191,195,129). Sum of RGB (Red+Green+Blue) = 191+195+129=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC381 is #403C7E. Grayscale: #BABABA. Windows color (decimal): -4209791 or 8504255. OLE color: 8504255.

HSL color Cylindrical-coordinate representation of color #BFC381: hue angle of 63.64º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC381 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 129 -
CMYK 0.02 0 0.34 0.24
HSL 63.64º 0.35% 0.64% -
HSV(B) 63.64º 0.34% 0.76% -
XYZ 44.96 51.69 28.38 -
YUV 186.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 191 195 129 0.02 0 0.34 0.24 63.64 0.35 0.64
Hex BF C3 81 2 0 22 18 40 23 40
Octal 277 303 201 2 0 42 30 100 43 100
Binary 10111111 11000011 10000001 10 0 100010 11000 1000000 100011 1000000

Color Harmonies of #BFC381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC381

Black with #BFC381

Text Example


Text Example

White with #BFC381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC381; }

 p { color: rgb(191,195,129); }

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

background-color css

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

 a { background-color: rgb(191,195,129); }

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

border-color css

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

 span { border-color: rgb(191,195,129); }

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