Html Css Color HEX #B8C070 Pine Glade

📋 copy color: '#B8C070'

red 184 ◦ green 192 ◦ blue 112

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

Shades of Pine Glade #B8C070

Tints of Pine Glade #B8C070

RGB

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

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

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

R = 37.7%
G = 39.34%
B = 22.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#B8C070 (or 0xB8C070) is known color: Pine Glade. HEX triplet: B8, C0 and 70. RGB value is (184,192,112). Sum of RGB (Red+Green+Blue) = 184+192+112=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C070 is #473F8F. Grayscale: #B4B4B4. Windows color (decimal): -4669328 or 7389368. OLE color: 7389368.

HSL color Cylindrical-coordinate representation of color #B8C070: hue angle of 66º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8C070 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 112 -
CMYK 0.04 0 0.42 0.25
HSL 66º 0.39% 0.6% -
HSV(B) 66º 0.42% 0.75% -
XYZ 41.54 49.06 22.61 -
YUV 180.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 184 192 112 0.04 0 0.42 0.25 66 0.39 0.6
Hex B8 C0 70 4 0 2A 19 42 27 3C
Octal 270 300 160 4 0 52 31 102 47 74
Binary 10111000 11000000 1110000 100 0 101010 11001 1000010 100111 111100

Color Harmonies of #B8C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C070

Black with #B8C070

Text Example


Text Example

White with #B8C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C070; }

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

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

background-color css

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

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

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

border-color css

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

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

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