Html Css Color HEX #B4C076 Pine Glade

📋 copy color: '#B4C076'

red 180 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #B4C076

Tints of Pine Glade #B4C076

RGB

 RED value IS 180 (70.7% from 255) = 36.73%

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

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 36.73%
G = 39.18%
B = 24.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#B4C076 (or 0xB4C076) is known color: Pine Glade. HEX triplet: B4, C0 and 76. RGB value is (180,192,118). Sum of RGB (Red+Green+Blue) = 180+192+118=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C076 is #4B3F89. Grayscale: #B4B4B4. Windows color (decimal): -4931466 or 7782580. OLE color: 7782580.

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

Color convert

RGB 180 192 118 -
CMYK 0.06 0 0.39 0.25
HSL 69.73º 0.37% 0.61% -
HSV(B) 69.73º 0.39% 0.75% -
XYZ 40.94 48.71 24.38 -
YUV 179.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 180 192 118 0.06 0 0.39 0.25 69.73 0.37 0.61
Hex B4 C0 76 6 0 27 19 46 25 3D
Octal 264 300 166 6 0 47 31 106 45 75
Binary 10110100 11000000 1110110 110 0 100111 11001 1000110 100101 111101

Color Harmonies of #B4C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C076

Black with #B4C076

Text Example


Text Example

White with #B4C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C076; }

 p { color: rgb(180,192,118); }

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

background-color css

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

 a { background-color: rgb(180,192,118); }

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

border-color css

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

 span { border-color: rgb(180,192,118); }

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