Html Css Color HEX #B8B620 Earls Green

📋 copy color: '#B8B620'

red 184 ◦ green 182 ◦ blue 32

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

Shades of Earls Green #B8B620

Tints of Earls Green #B8B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.73%

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

R = 46.23%
G = 45.73%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8B620 (or 0xB8B620) is known color: Earls Green. HEX triplet: B8, B6 and 20. RGB value is (184,182,32). Sum of RGB (Red+Green+Blue) = 184+182+32=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B620 is #4749DF. Grayscale: #A6A6A6. Windows color (decimal): -4671968 or 2143928. OLE color: 2143928.

HSL color Cylindrical-coordinate representation of color #B8B620: hue angle of 59.21º 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 #B8B620 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 182 32 -
CMYK 0 0.01 0.83 0.28
HSL 59.21º 0.7% 0.42% -
HSV(B) 59.21º 0.83% 0.72% -
XYZ 36.76 43.75 7.87 -
YUV 165.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 184 182 32 0 0.01 0.83 0.28 59.21 0.7 0.42
Hex B8 B6 20 0 1 53 1C 3B 46 2A
Octal 270 266 40 0 1 123 34 73 106 52
Binary 10111000 10110110 100000 0 1 1010011 11100 111011 1000110 101010

Color Harmonies of #B8B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B620

Black with #B8B620

Text Example


Text Example

White with #B8B620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B620; }

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

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

background-color css

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

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

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

border-color css

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

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

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