Html Css Color HEX #B8C470 Pine Glade

📋 copy color: '#B8C470'

red 184 ◦ green 196 ◦ blue 112

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

Shades of Pine Glade #B8C470

Tints of Pine Glade #B8C470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

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

R = 37.4%
G = 39.84%
B = 22.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#B8C470 (or 0xB8C470) is known color: Pine Glade. HEX triplet: B8, C4 and 70. RGB value is (184,196,112). Sum of RGB (Red+Green+Blue) = 184+196+112=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C470 is #473B8F. Grayscale: #B7B7B7. Windows color (decimal): -4668304 or 7390392. OLE color: 7390392.

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

Color convert

RGB 184 196 112 -
CMYK 0.06 0 0.43 0.23
HSL 68.57º 0.42% 0.6% -
HSV(B) 68.57º 0.43% 0.77% -
XYZ 42.43 50.84 22.91 -
YUV 182.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 184 196 112 0.06 0 0.43 0.23 68.57 0.42 0.6
Hex B8 C4 70 6 0 2B 17 45 2A 3C
Octal 270 304 160 6 0 53 27 105 52 74
Binary 10111000 11000100 1110000 110 0 101011 10111 1000101 101010 111100

Color Harmonies of #B8C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C470

Black with #B8C470

Text Example


Text Example

White with #B8C470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C470; }

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

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

background-color css

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

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

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

border-color css

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

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

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