Html Css Color HEX #B3B020 Earls Green

📋 copy color: '#B3B020'

red 179 ◦ green 176 ◦ blue 32

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

Shades of Earls Green #B3B020

Tints of Earls Green #B3B020

RGB

 RED value IS 179 (70.31% from 255) = 46.25%

 GREEN value IS 176 (69.14% from 255) = 45.48%

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

R = 46.25%
G = 45.48%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B3B020 (or 0xB3B020) is known color: Earls Green. HEX triplet: B3, B0 and 20. RGB value is (179,176,32). Sum of RGB (Red+Green+Blue) = 179+176+32=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B020 is #4C4FDF. Grayscale: #A1A1A1. Windows color (decimal): -5001184 or 2142387. OLE color: 2142387.

HSL color Cylindrical-coordinate representation of color #B3B020: hue angle of 58.78º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3B020 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 176 32 -
CMYK 0 0.02 0.82 0.30
HSL 58.78º 0.7% 0.41% -
HSV(B) 58.78º 0.82% 0.7% -
XYZ 34.38 40.74 7.42 -
YUV 160.48 55.49 141.21 -
System Red Green Blue C M Y K H S L
Decimal 179 176 32 0 0.02 0.82 0.30 58.78 0.7 0.41
Hex B3 B0 20 0 2 52 1E 3B 46 29
Octal 263 260 40 0 2 122 36 73 106 51
Binary 10110011 10110000 100000 0 10 1010010 11110 111011 1000110 101001

Color Harmonies of #B3B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B020

Black with #B3B020

Text Example


Text Example

White with #B3B020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B020; }

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

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

background-color css

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

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

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

border-color css

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

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

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