Html Css Color HEX #B3B02E Earls Green

📋 copy color: '#B3B02E'

red 179 ◦ green 176 ◦ blue 46

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

Shades of Earls Green #B3B02E

Tints of Earls Green #B3B02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.47%

R = 44.64%
G = 43.89%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3B02E (or 0xB3B02E) is known color: Earls Green. HEX triplet: B3, B0 and 2E. RGB value is (179,176,46). Sum of RGB (Red+Green+Blue) = 179+176+46=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B02E is #4C4FD1. Grayscale: #A2A2A2. Windows color (decimal): -5001170 or 3059891. OLE color: 3059891.

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

Color convert

RGB 179 176 46 -
CMYK 0 0.02 0.74 0.30
HSL 58.65º 0.59% 0.44% -
HSV(B) 58.65º 0.74% 0.7% -
XYZ 34.61 40.83 8.64 -
YUV 162.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 179 176 46 0 0.02 0.74 0.30 58.65 0.59 0.44
Hex B3 B0 2E 0 2 4A 1E 3B 3B 2C
Octal 263 260 56 0 2 112 36 73 73 54
Binary 10110011 10110000 101110 0 10 1001010 11110 111011 111011 101100

Color Harmonies of #B3B02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B02E

Black with #B3B02E

Text Example


Text Example

White with #B3B02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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