Html Css Color HEX #ADAB0B Citrus

📋 copy color: '#ADAB0B'

red 173 ◦ green 171 ◦ blue 11

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

Shades of Citrus #ADAB0B

Tints of Citrus #ADAB0B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

 BLUE value IS 11 (4.69% from 255) = 3.1%

R = 48.73%
G = 48.17%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADAB0B (or 0xADAB0B) is known color: Citrus. HEX triplet: AD, AB and 0B. RGB value is (173,171,11). Sum of RGB (Red+Green+Blue) = 173+171+11=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB0B is #5254F4. Grayscale: #9A9A9A. Windows color (decimal): -5395701 or 764845. OLE color: 764845.

HSL color Cylindrical-coordinate representation of color #ADAB0B: hue angle of 59.26º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADAB0B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 11 -
CMYK 0 0.01 0.94 0.32
HSL 59.26º 0.88% 0.36% -
HSV(B) 59.26º 0.94% 0.68% -
XYZ 31.86 38.03 5.98 -
YUV 153.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 173 171 11 0 0.01 0.94 0.32 59.26 0.88 0.36
Hex AD AB B 0 1 5E 20 3B 58 24
Octal 255 253 13 0 1 136 40 73 130 44
Binary 10101101 10101011 1011 0 1 1011110 100000 111011 1011000 100100

Color Harmonies of #ADAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB0B

Black with #ADAB0B

Text Example


Text Example

White with #ADAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB0B; }

 p { color: rgb(173,171,11); }

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

background-color css

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

 a { background-color: rgb(173,171,11); }

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

border-color css

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

 span { border-color: rgb(173,171,11); }

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