Html Css Color HEX #ADB60E Citrus

📋 copy color: '#ADB60E'

red 173 ◦ green 182 ◦ blue 14

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

Shades of Citrus #ADB60E

Tints of Citrus #ADB60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.79%

R = 46.88%
G = 49.32%
B = 3.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#ADB60E (or 0xADB60E) is known color: Citrus. HEX triplet: AD, B6 and 0E. RGB value is (173,182,14). Sum of RGB (Red+Green+Blue) = 173+182+14=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB60E is #5249F1. Grayscale: #A0A0A0. Windows color (decimal): -5392882 or 964269. OLE color: 964269.

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

Color convert

RGB 173 182 14 -
CMYK 0.05 0 0.92 0.29
HSL 63.21º 0.86% 0.38% -
HSV(B) 63.21º 0.92% 0.71% -
XYZ 34.04 42.37 6.8 -
YUV 160.16 45.52 137.16 -
System Red Green Blue C M Y K H S L
Decimal 173 182 14 0.05 0 0.92 0.29 63.21 0.86 0.38
Hex AD B6 E 5 0 5C 1D 3F 56 26
Octal 255 266 16 5 0 134 35 77 126 46
Binary 10101101 10110110 1110 101 0 1011100 11101 111111 1010110 100110

Color Harmonies of #ADB60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB60E

Black with #ADB60E

Text Example


Text Example

White with #ADB60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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