Html Css Color HEX #ADB20E Citrus

📋 copy color: '#ADB20E'

red 173 ◦ green 178 ◦ blue 14

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

Shades of Citrus #ADB20E

Tints of Citrus #ADB20E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.77%

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

R = 47.4%
G = 48.77%
B = 3.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#ADB20E (or 0xADB20E) is known color: Citrus. HEX triplet: AD, B2 and 0E. RGB value is (173,178,14). Sum of RGB (Red+Green+Blue) = 173+178+14=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB20E is #524DF1. Grayscale: #9E9E9E. Windows color (decimal): -5393906 or 963245. OLE color: 963245.

HSL color Cylindrical-coordinate representation of color #ADB20E: hue angle of 61.83º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADB20E is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 14 -
CMYK 0.03 0 0.92 0.30
HSL 61.83º 0.85% 0.38% -
HSV(B) 61.83º 0.92% 0.7% -
XYZ 33.23 40.76 6.53 -
YUV 157.81 46.84 138.84 -
System Red Green Blue C M Y K H S L
Decimal 173 178 14 0.03 0 0.92 0.30 61.83 0.85 0.38
Hex AD B2 E 3 0 5C 1E 3E 55 26
Octal 255 262 16 3 0 134 36 76 125 46
Binary 10101101 10110010 1110 11 0 1011100 11110 111110 1010101 100110

Color Harmonies of #ADB20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB20E

Black with #ADB20E

Text Example


Text Example

White with #ADB20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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