Html Css Color HEX #ADB30A Citrus

📋 copy color: '#ADB30A'

red 173 ◦ green 179 ◦ blue 10

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

Shades of Citrus #ADB30A

Tints of Citrus #ADB30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 47.79%
G = 49.45%
B = 2.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#ADB30A (or 0xADB30A) is known color: Citrus. HEX triplet: AD, B3 and 0A. RGB value is (173,179,10). Sum of RGB (Red+Green+Blue) = 173+179+10=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB30A is #524CF5. Grayscale: #9E9E9E. Windows color (decimal): -5393654 or 701357. OLE color: 701357.

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

Color convert

RGB 173 179 10 -
CMYK 0.03 0 0.94 0.30
HSL 62.13º 0.89% 0.37% -
HSV(B) 62.13º 0.94% 0.7% -
XYZ 33.41 41.15 6.47 -
YUV 157.94 44.51 138.74 -
System Red Green Blue C M Y K H S L
Decimal 173 179 10 0.03 0 0.94 0.30 62.13 0.89 0.37
Hex AD B3 A 3 0 5E 1E 3E 59 25
Octal 255 263 12 3 0 136 36 76 131 45
Binary 10101101 10110011 1010 11 0 1011110 11110 111110 1011001 100101

Color Harmonies of #ADB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB30A

Black with #ADB30A

Text Example


Text Example

White with #ADB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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