Html Css Color HEX #ADB305 Citrus

📋 copy color: '#ADB305'

red 173 ◦ green 179 ◦ blue 5

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

Shades of Citrus #ADB305

Tints of Citrus #ADB305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 48.46%
G = 50.14%
B = 1.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#ADB305 (or 0xADB305) is known color: Citrus. HEX triplet: AD, B3 and 05. RGB value is (173,179,5). Sum of RGB (Red+Green+Blue) = 173+179+5=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB305 is #524CFA. Grayscale: #9E9E9E. Windows color (decimal): -5393659 or 373677. OLE color: 373677.

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

Color convert

RGB 173 179 5 -
CMYK 0.03 0 0.97 0.30
HSL 62.07º 0.95% 0.36% -
HSV(B) 62.07º 0.97% 0.7% -
XYZ 33.38 41.14 6.32 -
YUV 157.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 173 179 5 0.03 0 0.97 0.30 62.07 0.95 0.36
Hex AD B3 5 3 0 61 1E 3E 5F 24
Octal 255 263 5 3 0 141 36 76 137 44
Binary 10101101 10110011 101 11 0 1100001 11110 111110 1011111 100100

Color Harmonies of #ADB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB305

Black with #ADB305

Text Example


Text Example

White with #ADB305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB305; }

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

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

background-color css

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

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

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

border-color css

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

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

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