Html Css Color HEX #B7BF70 Pine Glade

📋 copy color: '#B7BF70'

red 183 ◦ green 191 ◦ blue 112

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

Shades of Pine Glade #B7BF70

Tints of Pine Glade #B7BF70

RGB

 RED value IS 183 (71.88% from 255) = 37.65%

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

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

R = 37.65%
G = 39.3%
B = 23.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#B7BF70 (or 0xB7BF70) is known color: Pine Glade. HEX triplet: B7, BF and 70. RGB value is (183,191,112). Sum of RGB (Red+Green+Blue) = 183+191+112=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BF70 is #48408F. Grayscale: #B3B3B3. Windows color (decimal): -4735120 or 7389111. OLE color: 7389111.

HSL color Cylindrical-coordinate representation of color #B7BF70: hue angle of 66.08º 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 #B7BF70 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 191 112 -
CMYK 0.04 0 0.41 0.25
HSL 66.08º 0.38% 0.59% -
HSV(B) 66.08º 0.41% 0.75% -
XYZ 41.08 48.5 22.53 -
YUV 179.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 183 191 112 0.04 0 0.41 0.25 66.08 0.38 0.59
Hex B7 BF 70 4 0 29 19 42 26 3B
Octal 267 277 160 4 0 51 31 102 46 73
Binary 10110111 10111111 1110000 100 0 101001 11001 1000010 100110 111011

Color Harmonies of #B7BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF70

Black with #B7BF70

Text Example


Text Example

White with #B7BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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