Html Css Color HEX #ADC322 Bahia

📋 copy color: '#ADC322'

red 173 ◦ green 195 ◦ blue 34

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

Shades of Bahia #ADC322

Tints of Bahia #ADC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.51%

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

R = 43.03%
G = 48.51%
B = 8.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#ADC322 (or 0xADC322) is known color: Bahia. HEX triplet: AD, C3 and 22. RGB value is (173,195,34). Sum of RGB (Red+Green+Blue) = 173+195+34=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC322 is #523CDD. Grayscale: #AAAAAA. Windows color (decimal): -5389534 or 2278317. OLE color: 2278317.

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

Color convert

RGB 173 195 34 -
CMYK 0.11 0 0.83 0.24
HSL 68.2º 0.7% 0.45% -
HSV(B) 68.2º 0.83% 0.76% -
XYZ 37.04 48.03 8.83 -
YUV 170.07 51.21 130.09 -
System Red Green Blue C M Y K H S L
Decimal 173 195 34 0.11 0 0.83 0.24 68.2 0.7 0.45
Hex AD C3 22 B 0 53 18 44 46 2D
Octal 255 303 42 13 0 123 30 104 106 55
Binary 10101101 11000011 100010 1011 0 1010011 11000 1000100 1000110 101101

Color Harmonies of #ADC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC322

Black with #ADC322

Text Example


Text Example

White with #ADC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC322; }

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

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

background-color css

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

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

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

border-color css

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

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

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