Html Css Color HEX #ADB70A Citrus

📋 copy color: '#ADB70A'

red 173 ◦ green 183 ◦ blue 10

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

Shades of Citrus #ADB70A

Tints of Citrus #ADB70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50%

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 47.27%
G = 50%
B = 2.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#ADB70A (or 0xADB70A) is known color: Citrus. HEX triplet: AD, B7 and 0A. RGB value is (173,183,10). Sum of RGB (Red+Green+Blue) = 173+183+10=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB70A is #5248F5. Grayscale: #A0A0A0. Windows color (decimal): -5392630 or 702381. OLE color: 702381.

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

Color convert

RGB 173 183 10 -
CMYK 0.05 0 0.95 0.28
HSL 63.47º 0.9% 0.38% -
HSV(B) 63.47º 0.95% 0.72% -
XYZ 34.22 42.77 6.74 -
YUV 160.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 173 183 10 0.05 0 0.95 0.28 63.47 0.9 0.38
Hex AD B7 A 5 0 5F 1C 3F 5A 26
Octal 255 267 12 5 0 137 34 77 132 46
Binary 10101101 10110111 1010 101 0 1011111 11100 111111 1011010 100110

Color Harmonies of #ADB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB70A

Black with #ADB70A

Text Example


Text Example

White with #ADB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB70A; }

 p { color: rgb(173,183,10); }

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

background-color css

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

 a { background-color: rgb(173,183,10); }

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

border-color css

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

 span { border-color: rgb(173,183,10); }

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