Html Css Color HEX #B8B320 Earls Green

📋 copy color: '#B8B320'

red 184 ◦ green 179 ◦ blue 32

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

Shades of Earls Green #B8B320

Tints of Earls Green #B8B320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 46.58%
G = 45.32%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8B320 (or 0xB8B320) is known color: Earls Green. HEX triplet: B8, B3 and 20. RGB value is (184,179,32). Sum of RGB (Red+Green+Blue) = 184+179+32=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B320 is #474CDF. Grayscale: #A4A4A4. Windows color (decimal): -4672736 or 2143160. OLE color: 2143160.

HSL color Cylindrical-coordinate representation of color #B8B320: hue angle of 58.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8B320 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 179 32 -
CMYK 0 0.03 0.83 0.28
HSL 58.03º 0.7% 0.42% -
HSV(B) 58.03º 0.83% 0.72% -
XYZ 36.15 42.53 7.67 -
YUV 163.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 184 179 32 0 0.03 0.83 0.28 58.03 0.7 0.42
Hex B8 B3 20 0 3 53 1C 3A 46 2A
Octal 270 263 40 0 3 123 34 72 106 52
Binary 10111000 10110011 100000 0 11 1010011 11100 111010 1000110 101010

Color Harmonies of #B8B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B320

Black with #B8B320

Text Example


Text Example

White with #B8B320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B320; }

 p { color: rgb(184,179,32); }

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

background-color css

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

 a { background-color: rgb(184,179,32); }

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

border-color css

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

 span { border-color: rgb(184,179,32); }

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