Html Css Color HEX #B8C270 Pine Glade

📋 copy color: '#B8C270'

red 184 ◦ green 194 ◦ blue 112

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

Shades of Pine Glade #B8C270

Tints of Pine Glade #B8C270

RGB

 RED value IS 184 (72.27% from 255) = 37.55%

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

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

R = 37.55%
G = 39.59%
B = 22.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B8C270 (or 0xB8C270) is known color: Pine Glade. HEX triplet: B8, C2 and 70. RGB value is (184,194,112). Sum of RGB (Red+Green+Blue) = 184+194+112=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C270 is #473D8F. Grayscale: #B5B5B5. Windows color (decimal): -4668816 or 7389880. OLE color: 7389880.

HSL color Cylindrical-coordinate representation of color #B8C270: hue angle of 67.32º 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 #B8C270 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 194 112 -
CMYK 0.05 0 0.42 0.24
HSL 67.32º 0.4% 0.6% -
HSV(B) 67.32º 0.42% 0.76% -
XYZ 41.98 49.94 22.76 -
YUV 181.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 184 194 112 0.05 0 0.42 0.24 67.32 0.4 0.6
Hex B8 C2 70 5 0 2A 18 43 28 3C
Octal 270 302 160 5 0 52 30 103 50 74
Binary 10111000 11000010 1110000 101 0 101010 11000 1000011 101000 111100

Color Harmonies of #B8C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C270

Black with #B8C270

Text Example


Text Example

White with #B8C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C270; }

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

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

background-color css

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

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

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

border-color css

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

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

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