Html Css Color HEX #ADB330 Earls Green

📋 copy color: '#ADB330'

red 173 ◦ green 179 ◦ blue 48

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

Shades of Earls Green #ADB330

Tints of Earls Green #ADB330

RGB

 RED value IS 173 (67.97% from 255) = 43.25%

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

 BLUE value IS 48 (19.14% from 255) = 12%

R = 43.25%
G = 44.75%
B = 12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#ADB330 (or 0xADB330) is known color: Earls Green. HEX triplet: AD, B3 and 30. RGB value is (173,179,48). Sum of RGB (Red+Green+Blue) = 173+179+48=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB330 is #524CCF. Grayscale: #A2A2A2. Windows color (decimal): -5393616 or 3191725. OLE color: 3191725.

HSL color Cylindrical-coordinate representation of color #ADB330: hue angle of 62.75º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADB330 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 48 -
CMYK 0.03 0 0.73 0.30
HSL 62.75º 0.58% 0.45% -
HSV(B) 62.75º 0.73% 0.7% -
XYZ 33.89 41.34 8.99 -
YUV 162.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 173 179 48 0.03 0 0.73 0.30 62.75 0.58 0.45
Hex AD B3 30 3 0 49 1E 3F 3A 2D
Octal 255 263 60 3 0 111 36 77 72 55
Binary 10101101 10110011 110000 11 0 1001001 11110 111111 111010 101101

Color Harmonies of #ADB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB330

Black with #ADB330

Text Example


Text Example

White with #ADB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB330; }

 p { color: rgb(173,179,48); }

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

background-color css

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

 a { background-color: rgb(173,179,48); }

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

border-color css

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

 span { border-color: rgb(173,179,48); }

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