Html Css Color HEX #ADB40E Citrus

📋 copy color: '#ADB40E'

red 173 ◦ green 180 ◦ blue 14

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

Shades of Citrus #ADB40E

Tints of Citrus #ADB40E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.05%

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

R = 47.14%
G = 49.05%
B = 3.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#ADB40E (or 0xADB40E) is known color: Citrus. HEX triplet: AD, B4 and 0E. RGB value is (173,180,14). Sum of RGB (Red+Green+Blue) = 173+180+14=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB40E is #524BF1. Grayscale: #9F9F9F. Windows color (decimal): -5393394 or 963757. OLE color: 963757.

HSL color Cylindrical-coordinate representation of color #ADB40E: hue angle of 62.53º 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 #ADB40E is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 14 -
CMYK 0.04 0 0.92 0.29
HSL 62.53º 0.86% 0.38% -
HSV(B) 62.53º 0.92% 0.71% -
XYZ 33.63 41.56 6.66 -
YUV 158.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 173 180 14 0.04 0 0.92 0.29 62.53 0.86 0.38
Hex AD B4 E 4 0 5C 1D 3F 56 26
Octal 255 264 16 4 0 134 35 77 126 46
Binary 10101101 10110100 1110 100 0 1011100 11101 111111 1010110 100110

Color Harmonies of #ADB40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB40E

Black with #ADB40E

Text Example


Text Example

White with #ADB40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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