Html Css Color HEX #ADB40F Citrus

📋 copy color: '#ADB40F'

red 173 ◦ green 180 ◦ blue 15

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

Shades of Citrus #ADB40F

Tints of Citrus #ADB40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.08%

R = 47.01%
G = 48.91%
B = 4.08%

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

#ADB40F (or 0xADB40F) is known color: Citrus. HEX triplet: AD, B4 and 0F. RGB value is (173,180,15). Sum of RGB (Red+Green+Blue) = 173+180+15=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB40F is #524BF0. Grayscale: #9F9F9F. Windows color (decimal): -5393393 or 1029293. OLE color: 1029293.

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

Color convert

RGB 173 180 15 -
CMYK 0.04 0 0.92 0.29
HSL 62.55º 0.85% 0.38% -
HSV(B) 62.55º 0.92% 0.71% -
XYZ 33.64 41.56 6.7 -
YUV 159.1 46.68 137.92 -
System Red Green Blue C M Y K H S L
Decimal 173 180 15 0.04 0 0.92 0.29 62.55 0.85 0.38
Hex AD B4 F 4 0 5C 1D 3F 55 26
Octal 255 264 17 4 0 134 35 77 125 46
Binary 10101101 10110100 1111 100 0 1011100 11101 111111 1010101 100110

Color Harmonies of #ADB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB40F

Black with #ADB40F

Text Example


Text Example

White with #ADB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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