Html Css Color HEX #ADB20F Citrus

📋 copy color: '#ADB20F'

red 173 ◦ green 178 ◦ blue 15

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

Shades of Citrus #ADB20F

Tints of Citrus #ADB20F

RGB

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

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

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

R = 47.27%
G = 48.63%
B = 4.1%

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

#ADB20F (or 0xADB20F) is known color: Citrus. HEX triplet: AD, B2 and 0F. RGB value is (173,178,15). Sum of RGB (Red+Green+Blue) = 173+178+15=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB20F is #524DF0. Grayscale: #9E9E9E. Windows color (decimal): -5393905 or 1028781. OLE color: 1028781.

HSL color Cylindrical-coordinate representation of color #ADB20F: hue angle of 61.84º degrees, saturation: 0.84, 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 #ADB20F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 15 -
CMYK 0.03 0 0.92 0.30
HSL 61.84º 0.84% 0.38% -
HSV(B) 61.84º 0.92% 0.7% -
XYZ 33.24 40.76 6.57 -
YUV 157.92 47.34 138.75 -
System Red Green Blue C M Y K H S L
Decimal 173 178 15 0.03 0 0.92 0.30 61.84 0.84 0.38
Hex AD B2 F 3 0 5C 1E 3E 54 26
Octal 255 262 17 3 0 134 36 76 124 46
Binary 10101101 10110010 1111 11 0 1011100 11110 111110 1010100 100110

Color Harmonies of #ADB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB20F

Black with #ADB20F

Text Example


Text Example

White with #ADB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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