Html Css Color HEX #ADB504 Citrus

📋 copy color: '#ADB504'

red 173 ◦ green 181 ◦ blue 4

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

Shades of Citrus #ADB504

Tints of Citrus #ADB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.56%

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

R = 48.32%
G = 50.56%
B = 1.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#ADB504 (or 0xADB504) is known color: Citrus. HEX triplet: AD, B5 and 04. RGB value is (173,181,4). Sum of RGB (Red+Green+Blue) = 173+181+4=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB504 is #524AFB. Grayscale: #9F9F9F. Windows color (decimal): -5393148 or 308653. OLE color: 308653.

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

Color convert

RGB 173 181 4 -
CMYK 0.04 0 0.98 0.29
HSL 62.71º 0.96% 0.36% -
HSV(B) 62.71º 0.98% 0.71% -
XYZ 33.78 41.94 6.43 -
YUV 158.43 40.85 138.39 -
System Red Green Blue C M Y K H S L
Decimal 173 181 4 0.04 0 0.98 0.29 62.71 0.96 0.36
Hex AD B5 4 4 0 62 1D 3F 60 24
Octal 255 265 4 4 0 142 35 77 140 44
Binary 10101101 10110101 100 100 0 1100010 11101 111111 1100000 100100

Color Harmonies of #ADB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB504

Black with #ADB504

Text Example


Text Example

White with #ADB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB504; }

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

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

background-color css

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

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

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

border-color css

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

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

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