Html Css Color HEX #ADB60B Citrus

📋 copy color: '#ADB60B'

red 173 ◦ green 182 ◦ blue 11

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

Shades of Citrus #ADB60B

Tints of Citrus #ADB60B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.73%

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

R = 47.27%
G = 49.73%
B = 3.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#ADB60B (or 0xADB60B) is known color: Citrus. HEX triplet: AD, B6 and 0B. RGB value is (173,182,11). Sum of RGB (Red+Green+Blue) = 173+182+11=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB60B is #5249F4. Grayscale: #A0A0A0. Windows color (decimal): -5392885 or 767661. OLE color: 767661.

HSL color Cylindrical-coordinate representation of color #ADB60B: hue angle of 63.16º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB60B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 11 -
CMYK 0.05 0 0.94 0.29
HSL 63.16º 0.89% 0.38% -
HSV(B) 63.16º 0.94% 0.71% -
XYZ 34.02 42.36 6.7 -
YUV 159.82 44.02 137.4 -
System Red Green Blue C M Y K H S L
Decimal 173 182 11 0.05 0 0.94 0.29 63.16 0.89 0.38
Hex AD B6 B 5 0 5E 1D 3F 59 26
Octal 255 266 13 5 0 136 35 77 131 46
Binary 10101101 10110110 1011 101 0 1011110 11101 111111 1011001 100110

Color Harmonies of #ADB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB60B

Black with #ADB60B

Text Example


Text Example

White with #ADB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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