Html Css Color HEX #B8C370 Pine Glade

📋 copy color: '#B8C370'

red 184 ◦ green 195 ◦ blue 112

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

Shades of Pine Glade #B8C370

Tints of Pine Glade #B8C370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.71%

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

R = 37.47%
G = 39.71%
B = 22.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#B8C370 (or 0xB8C370) is known color: Pine Glade. HEX triplet: B8, C3 and 70. RGB value is (184,195,112). Sum of RGB (Red+Green+Blue) = 184+195+112=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C370 is #473C8F. Grayscale: #B6B6B6. Windows color (decimal): -4668560 or 7390136. OLE color: 7390136.

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

Color convert

RGB 184 195 112 -
CMYK 0.06 0 0.43 0.24
HSL 67.95º 0.41% 0.6% -
HSV(B) 67.95º 0.43% 0.76% -
XYZ 42.21 50.39 22.83 -
YUV 182.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 184 195 112 0.06 0 0.43 0.24 67.95 0.41 0.6
Hex B8 C3 70 6 0 2B 18 44 29 3C
Octal 270 303 160 6 0 53 30 104 51 74
Binary 10111000 11000011 1110000 110 0 101011 11000 1000100 101001 111100

Color Harmonies of #B8C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C370

Black with #B8C370

Text Example


Text Example

White with #B8C370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C370; }

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

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

background-color css

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

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

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

border-color css

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

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

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