Html Css Color HEX #ADC622 Bahia

📋 copy color: '#ADC622'

red 173 ◦ green 198 ◦ blue 34

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

Shades of Bahia #ADC622

Tints of Bahia #ADC622

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.89%

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

R = 42.72%
G = 48.89%
B = 8.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#ADC622 (or 0xADC622) is known color: Bahia. HEX triplet: AD, C6 and 22. RGB value is (173,198,34). Sum of RGB (Red+Green+Blue) = 173+198+34=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC622 is #5239DD. Grayscale: #ACACAC. Windows color (decimal): -5388766 or 2279085. OLE color: 2279085.

HSL color Cylindrical-coordinate representation of color #ADC622: hue angle of 69.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADC622 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 34 -
CMYK 0.13 0 0.83 0.22
HSL 69.15º 0.71% 0.45% -
HSV(B) 69.15º 0.83% 0.78% -
XYZ 37.72 49.39 9.06 -
YUV 171.83 50.22 128.84 -
System Red Green Blue C M Y K H S L
Decimal 173 198 34 0.13 0 0.83 0.22 69.15 0.71 0.45
Hex AD C6 22 D 0 53 16 45 47 2D
Octal 255 306 42 15 0 123 26 105 107 55
Binary 10101101 11000110 100010 1101 0 1010011 10110 1000101 1000111 101101

Color Harmonies of #ADC622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC622

Black with #ADC622

Text Example


Text Example

White with #ADC622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC622; }

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

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

background-color css

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

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

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

border-color css

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

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

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