Html Css Color HEX #ADB808 Citrus

📋 copy color: '#ADB808'

red 173 ◦ green 184 ◦ blue 8

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

Shades of Citrus #ADB808

Tints of Citrus #ADB808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.41%

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 47.4%
G = 50.41%
B = 2.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#ADB808 (or 0xADB808) is known color: Citrus. HEX triplet: AD, B8 and 08. RGB value is (173,184,8). Sum of RGB (Red+Green+Blue) = 173+184+8=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB808 is #5247F7. Grayscale: #A1A1A1. Windows color (decimal): -5392376 or 571565. OLE color: 571565.

HSL color Cylindrical-coordinate representation of color #ADB808: hue angle of 63.75º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADB808 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 8 -
CMYK 0.06 0 0.96 0.28
HSL 63.75º 0.92% 0.38% -
HSV(B) 63.75º 0.96% 0.72% -
XYZ 34.42 43.18 6.75 -
YUV 160.65 41.86 136.81 -
System Red Green Blue C M Y K H S L
Decimal 173 184 8 0.06 0 0.96 0.28 63.75 0.92 0.38
Hex AD B8 8 6 0 60 1C 40 5C 26
Octal 255 270 10 6 0 140 34 100 134 46
Binary 10101101 10111000 1000 110 0 1100000 11100 1000000 1011100 100110

Color Harmonies of #ADB808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB808

Black with #ADB808

Text Example


Text Example

White with #ADB808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB808; }

 p { color: rgb(173,184,8); }

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

background-color css

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

 a { background-color: rgb(173,184,8); }

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

border-color css

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

 span { border-color: rgb(173,184,8); }

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