Html Css Color HEX #B8C380 Pine Glade

📋 copy color: '#B8C380'

red 184 ◦ green 195 ◦ blue 128

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

Shades of Pine Glade #B8C380

Tints of Pine Glade #B8C380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.25%

R = 36.29%
G = 38.46%
B = 25.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#B8C380 (or 0xB8C380) is known color: Pine Glade. HEX triplet: B8, C3 and 80. RGB value is (184,195,128). Sum of RGB (Red+Green+Blue) = 184+195+128=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C380 is #473C7F. Grayscale: #B8B8B8. Windows color (decimal): -4668544 or 8438712. OLE color: 8438712.

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

Color convert

RGB 184 195 128 -
CMYK 0.06 0 0.34 0.24
HSL 69.85º 0.36% 0.63% -
HSV(B) 69.85º 0.34% 0.76% -
XYZ 43.18 50.78 27.95 -
YUV 184.07 96.36 127.95 -
System Red Green Blue C M Y K H S L
Decimal 184 195 128 0.06 0 0.34 0.24 69.85 0.36 0.63
Hex B8 C3 80 6 0 22 18 46 24 3F
Octal 270 303 200 6 0 42 30 106 44 77
Binary 10111000 11000011 10000000 110 0 100010 11000 1000110 100100 111111

Color Harmonies of #B8C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C380

Black with #B8C380

Text Example


Text Example

White with #B8C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C380; }

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

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

background-color css

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

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

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

border-color css

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

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

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