Html Css Color HEX #ADAB04 Citrus

📋 copy color: '#ADAB04'

red 173 ◦ green 171 ◦ blue 4

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

Shades of Citrus #ADAB04

Tints of Citrus #ADAB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.14%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 49.71%
G = 49.14%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADAB04 (or 0xADAB04) is known color: Citrus. HEX triplet: AD, AB and 04. RGB value is (173,171,4). Sum of RGB (Red+Green+Blue) = 173+171+4=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB04 is #5254FB. Grayscale: #999999. Windows color (decimal): -5395708 or 306093. OLE color: 306093.

HSL color Cylindrical-coordinate representation of color #ADAB04: hue angle of 59.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADAB04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 4 -
CMYK 0 0.01 0.98 0.32
HSL 59.29º 0.95% 0.35% -
HSV(B) 59.29º 0.98% 0.68% -
XYZ 31.82 38.02 5.78 -
YUV 152.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 173 171 4 0 0.01 0.98 0.32 59.29 0.95 0.35
Hex AD AB 4 0 1 62 20 3B 5F 23
Octal 255 253 4 0 1 142 40 73 137 43
Binary 10101101 10101011 100 0 1 1100010 100000 111011 1011111 100011

Color Harmonies of #ADAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB04

Black with #ADAB04

Text Example


Text Example

White with #ADAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB04; }

 p { color: rgb(173,171,4); }

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

background-color css

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

 a { background-color: rgb(173,171,4); }

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

border-color css

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

 span { border-color: rgb(173,171,4); }

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