Html Css Color HEX #B7C270 Pine Glade

📋 copy color: '#B7C270'

red 183 ◦ green 194 ◦ blue 112

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

Shades of Pine Glade #B7C270

Tints of Pine Glade #B7C270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.67%

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

R = 37.42%
G = 39.67%
B = 22.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B7C270 (or 0xB7C270) is known color: Pine Glade. HEX triplet: B7, C2 and 70. RGB value is (183,194,112). Sum of RGB (Red+Green+Blue) = 183+194+112=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C270 is #483D8F. Grayscale: #B5B5B5. Windows color (decimal): -4734352 or 7389879. OLE color: 7389879.

HSL color Cylindrical-coordinate representation of color #B7C270: hue angle of 68.05º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7C270 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 194 112 -
CMYK 0.06 0 0.42 0.24
HSL 68.05º 0.4% 0.6% -
HSV(B) 68.05º 0.42% 0.76% -
XYZ 41.74 49.82 22.75 -
YUV 181.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 183 194 112 0.06 0 0.42 0.24 68.05 0.4 0.6
Hex B7 C2 70 6 0 2A 18 44 28 3C
Octal 267 302 160 6 0 52 30 104 50 74
Binary 10110111 11000010 1110000 110 0 101010 11000 1000100 101000 111100

Color Harmonies of #B7C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C270

Black with #B7C270

Text Example


Text Example

White with #B7C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C270; }

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

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

background-color css

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

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

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

border-color css

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

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

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