Html Css Color HEX #ADBA04 Citrus

📋 copy color: '#ADBA04'

red 173 ◦ green 186 ◦ blue 4

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

Shades of Citrus #ADBA04

Tints of Citrus #ADBA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.24%

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

R = 47.66%
G = 51.24%
B = 1.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#ADBA04 (or 0xADBA04) is known color: Citrus. HEX triplet: AD, BA and 04. RGB value is (173,186,4). Sum of RGB (Red+Green+Blue) = 173+186+4=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA04 is #5245FB. Grayscale: #A2A2A2. Windows color (decimal): -5391868 or 309933. OLE color: 309933.

HSL color Cylindrical-coordinate representation of color #ADBA04: hue angle of 64.29º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADBA04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 4 -
CMYK 0.07 0 0.98 0.27
HSL 64.29º 0.96% 0.37% -
HSV(B) 64.29º 0.98% 0.73% -
XYZ 34.81 44.01 6.77 -
YUV 161.37 39.19 136.3 -
System Red Green Blue C M Y K H S L
Decimal 173 186 4 0.07 0 0.98 0.27 64.29 0.96 0.37
Hex AD BA 4 7 0 62 1B 40 60 25
Octal 255 272 4 7 0 142 33 100 140 45
Binary 10101101 10111010 100 111 0 1100010 11011 1000000 1100000 100101

Color Harmonies of #ADBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA04

Black with #ADBA04

Text Example


Text Example

White with #ADBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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