Html Css Color HEX #ADB409 Citrus

📋 copy color: '#ADB409'

red 173 ◦ green 180 ◦ blue 9

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

Shades of Citrus #ADB409

Tints of Citrus #ADB409

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.72%

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 47.79%
G = 49.72%
B = 2.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#ADB409 (or 0xADB409) is known color: Citrus. HEX triplet: AD, B4 and 09. RGB value is (173,180,9). Sum of RGB (Red+Green+Blue) = 173+180+9=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB409 is #524BF6. Grayscale: #9F9F9F. Windows color (decimal): -5393399 or 636077. OLE color: 636077.

HSL color Cylindrical-coordinate representation of color #ADB409: hue angle of 62.46º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADB409 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 9 -
CMYK 0.04 0 0.95 0.29
HSL 62.46º 0.9% 0.37% -
HSV(B) 62.46º 0.95% 0.71% -
XYZ 33.6 41.55 6.51 -
YUV 158.41 43.68 138.4 -
System Red Green Blue C M Y K H S L
Decimal 173 180 9 0.04 0 0.95 0.29 62.46 0.9 0.37
Hex AD B4 9 4 0 5F 1D 3E 5A 25
Octal 255 264 11 4 0 137 35 76 132 45
Binary 10101101 10110100 1001 100 0 1011111 11101 111110 1011010 100101

Color Harmonies of #ADB409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB409

Black with #ADB409

Text Example


Text Example

White with #ADB409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB409; }

 p { color: rgb(173,180,9); }

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

background-color css

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

 a { background-color: rgb(173,180,9); }

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

border-color css

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

 span { border-color: rgb(173,180,9); }

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