Html Css Color HEX #ADC222 Bahia

📋 copy color: '#ADC222'

red 173 ◦ green 194 ◦ blue 34

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

Shades of Bahia #ADC222

Tints of Bahia #ADC222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.48%

R = 43.14%
G = 48.38%
B = 8.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#ADC222 (or 0xADC222) is known color: Bahia. HEX triplet: AD, C2 and 22. RGB value is (173,194,34). Sum of RGB (Red+Green+Blue) = 173+194+34=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC222 is #523DDD. Grayscale: #AAAAAA. Windows color (decimal): -5389790 or 2278061. OLE color: 2278061.

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

Color convert

RGB 173 194 34 -
CMYK 0.11 0 0.82 0.24
HSL 67.88º 0.7% 0.45% -
HSV(B) 67.88º 0.82% 0.76% -
XYZ 36.81 47.58 8.76 -
YUV 169.48 51.54 130.51 -
System Red Green Blue C M Y K H S L
Decimal 173 194 34 0.11 0 0.82 0.24 67.88 0.7 0.45
Hex AD C2 22 B 0 52 18 44 46 2D
Octal 255 302 42 13 0 122 30 104 106 55
Binary 10101101 11000010 100010 1011 0 1010010 11000 1000100 1000110 101101

Color Harmonies of #ADC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC222

Black with #ADC222

Text Example


Text Example

White with #ADC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC222; }

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

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

background-color css

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

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

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

border-color css

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

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

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