Html Css Color HEX #ADB304 Citrus

📋 copy color: '#ADB304'

red 173 ◦ green 179 ◦ blue 4

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

Shades of Citrus #ADB304

Tints of Citrus #ADB304

RGB

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

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

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

R = 48.6%
G = 50.28%
B = 1.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#ADB304 (or 0xADB304) is known color: Citrus. HEX triplet: AD, B3 and 04. RGB value is (173,179,4). Sum of RGB (Red+Green+Blue) = 173+179+4=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB304 is #524CFB. Grayscale: #9D9D9D. Windows color (decimal): -5393660 or 308141. OLE color: 308141.

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

Color convert

RGB 173 179 4 -
CMYK 0.03 0 0.98 0.30
HSL 62.06º 0.96% 0.36% -
HSV(B) 62.06º 0.98% 0.7% -
XYZ 33.38 41.13 6.3 -
YUV 157.26 41.51 139.23 -
System Red Green Blue C M Y K H S L
Decimal 173 179 4 0.03 0 0.98 0.30 62.06 0.96 0.36
Hex AD B3 4 3 0 62 1E 3E 60 24
Octal 255 263 4 3 0 142 36 76 140 44
Binary 10101101 10110011 100 11 0 1100010 11110 111110 1100000 100100

Color Harmonies of #ADB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB304

Black with #ADB304

Text Example


Text Example

White with #ADB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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