Html Css Color HEX #ADB20C Citrus

📋 copy color: '#ADB20C'

red 173 ◦ green 178 ◦ blue 12

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

Shades of Citrus #ADB20C

Tints of Citrus #ADB20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 47.66%
G = 49.04%
B = 3.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#ADB20C (or 0xADB20C) is known color: Citrus. HEX triplet: AD, B2 and 0C. RGB value is (173,178,12). Sum of RGB (Red+Green+Blue) = 173+178+12=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB20C is #524DF3. Grayscale: #9E9E9E. Windows color (decimal): -5393908 or 832173. OLE color: 832173.

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

Color convert

RGB 173 178 12 -
CMYK 0.03 0 0.93 0.30
HSL 61.81º 0.87% 0.37% -
HSV(B) 61.81º 0.93% 0.7% -
XYZ 33.22 40.75 6.46 -
YUV 157.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 173 178 12 0.03 0 0.93 0.30 61.81 0.87 0.37
Hex AD B2 C 3 0 5D 1E 3E 57 25
Octal 255 262 14 3 0 135 36 76 127 45
Binary 10101101 10110010 1100 11 0 1011101 11110 111110 1010111 100101

Color Harmonies of #ADB20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB20C

Black with #ADB20C

Text Example


Text Example

White with #ADB20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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