Html Css Color HEX #ADC213 Bahia

📋 copy color: '#ADC213'

red 173 ◦ green 194 ◦ blue 19

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

Shades of Bahia #ADC213

Tints of Bahia #ADC213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 44.82%
G = 50.26%
B = 4.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#ADC213 (or 0xADC213) is known color: Bahia. HEX triplet: AD, C2 and 13. RGB value is (173,194,19). Sum of RGB (Red+Green+Blue) = 173+194+19=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC213 is #523DEC. Grayscale: #A8A8A8. Windows color (decimal): -5389805 or 1295021. OLE color: 1295021.

HSL color Cylindrical-coordinate representation of color #ADC213: hue angle of 67.2º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC213 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 19 -
CMYK 0.11 0 0.90 0.24
HSL 67.2º 0.82% 0.42% -
HSV(B) 67.2º 0.9% 0.76% -
XYZ 36.64 47.51 7.86 -
YUV 167.77 44.04 131.73 -
System Red Green Blue C M Y K H S L
Decimal 173 194 19 0.11 0 0.90 0.24 67.2 0.82 0.42
Hex AD C2 13 B 0 5A 18 43 52 2A
Octal 255 302 23 13 0 132 30 103 122 52
Binary 10101101 11000010 10011 1011 0 1011010 11000 1000011 1010010 101010

Color Harmonies of #ADC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC213

Black with #ADC213

Text Example


Text Example

White with #ADC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC213; }

 p { color: rgb(173,194,19); }

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

background-color css

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

 a { background-color: rgb(173,194,19); }

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

border-color css

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

 span { border-color: rgb(173,194,19); }

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