Html Css Color HEX #ADC22C Bahia

📋 copy color: '#ADC22C'

red 173 ◦ green 194 ◦ blue 44

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

Shades of Bahia #ADC22C

Tints of Bahia #ADC22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.71%

R = 42.09%
G = 47.2%
B = 10.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ADC22C (or 0xADC22C) is known color: Bahia. HEX triplet: AD, C2 and 2C. RGB value is (173,194,44). Sum of RGB (Red+Green+Blue) = 173+194+44=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC22C is #523DD3. Grayscale: #ABABAB. Windows color (decimal): -5389780 or 2933421. OLE color: 2933421.

HSL color Cylindrical-coordinate representation of color #ADC22C: hue angle of 68.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADC22C is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 44 -
CMYK 0.11 0 0.77 0.24
HSL 68.4º 0.63% 0.47% -
HSV(B) 68.4º 0.77% 0.76% -
XYZ 36.98 47.65 9.63 -
YUV 170.62 56.54 129.7 -
System Red Green Blue C M Y K H S L
Decimal 173 194 44 0.11 0 0.77 0.24 68.4 0.63 0.47
Hex AD C2 2C B 0 4D 18 44 3F 2F
Octal 255 302 54 13 0 115 30 104 77 57
Binary 10101101 11000010 101100 1011 0 1001101 11000 1000100 111111 101111

Color Harmonies of #ADC22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC22C

Black with #ADC22C

Text Example


Text Example

White with #ADC22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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