Html Css Color HEX #BFC081 Pine Glade

📋 copy color: '#BFC081'

red 191 ◦ green 192 ◦ blue 129

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

Shades of Pine Glade #BFC081

Tints of Pine Glade #BFC081

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.5%

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

R = 37.3%
G = 37.5%
B = 25.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BFC081 (or 0xBFC081) is known color: Pine Glade. HEX triplet: BF, C0 and 81. RGB value is (191,192,129). Sum of RGB (Red+Green+Blue) = 191+192+129=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC081 is #403F7E. Grayscale: #B8B8B8. Windows color (decimal): -4210559 or 8503487. OLE color: 8503487.

HSL color Cylindrical-coordinate representation of color #BFC081: hue angle of 60.95º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFC081 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 129 -
CMYK 0.01 0 0.33 0.25
HSL 60.95º 0.33% 0.63% -
HSV(B) 60.95º 0.33% 0.75% -
XYZ 44.3 50.36 28.15 -
YUV 184.52 96.67 132.62 -
System Red Green Blue C M Y K H S L
Decimal 191 192 129 0.01 0 0.33 0.25 60.95 0.33 0.63
Hex BF C0 81 1 0 21 19 3D 21 3F
Octal 277 300 201 1 0 41 31 75 41 77
Binary 10111111 11000000 10000001 1 0 100001 11001 111101 100001 111111

Color Harmonies of #BFC081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC081

Black with #BFC081

Text Example


Text Example

White with #BFC081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC081; }

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

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

background-color css

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

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

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

border-color css

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

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

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