Html Css Color HEX #B3BF70 Pine Glade

📋 copy color: '#B3BF70'

red 179 ◦ green 191 ◦ blue 112

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

Shades of Pine Glade #B3BF70

Tints of Pine Glade #B3BF70

RGB

 RED value IS 179 (70.31% from 255) = 37.14%

 GREEN value IS 191 (75% from 255) = 39.63%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 37.14%
G = 39.63%
B = 23.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#B3BF70 (or 0xB3BF70) is known color: Pine Glade. HEX triplet: B3, BF and 70. RGB value is (179,191,112). Sum of RGB (Red+Green+Blue) = 179+191+112=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF70 is #4C408F. Grayscale: #B2B2B2. Windows color (decimal): -4997264 or 7389107. OLE color: 7389107.

HSL color Cylindrical-coordinate representation of color #B3BF70: hue angle of 69.11º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3BF70 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 191 112 -
CMYK 0.06 0 0.41 0.25
HSL 69.11º 0.38% 0.59% -
HSV(B) 69.11º 0.41% 0.75% -
XYZ 40.15 48.02 22.48 -
YUV 178.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 179 191 112 0.06 0 0.41 0.25 69.11 0.38 0.59
Hex B3 BF 70 6 0 29 19 45 26 3B
Octal 263 277 160 6 0 51 31 105 46 73
Binary 10110011 10111111 1110000 110 0 101001 11001 1000101 100110 111011

Color Harmonies of #B3BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BF70

Black with #B3BF70

Text Example


Text Example

White with #B3BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BF70; }

 p { color: rgb(179,191,112); }

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

background-color css

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

 a { background-color: rgb(179,191,112); }

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

border-color css

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

 span { border-color: rgb(179,191,112); }

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