Html Css Color HEX #ADC32A Bahia

📋 copy color: '#ADC32A'

red 173 ◦ green 195 ◦ blue 42

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

Shades of Bahia #ADC32A

Tints of Bahia #ADC32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.24%

R = 42.2%
G = 47.56%
B = 10.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ADC32A (or 0xADC32A) is known color: Bahia. HEX triplet: AD, C3 and 2A. RGB value is (173,195,42). Sum of RGB (Red+Green+Blue) = 173+195+42=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC32A is #523CD5. Grayscale: #ABABAB. Windows color (decimal): -5389526 or 2802605. OLE color: 2802605.

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

Color convert

RGB 173 195 42 -
CMYK 0.11 0 0.78 0.24
HSL 68.63º 0.65% 0.46% -
HSV(B) 68.63º 0.78% 0.76% -
XYZ 37.17 48.08 9.51 -
YUV 170.98 55.21 129.44 -
System Red Green Blue C M Y K H S L
Decimal 173 195 42 0.11 0 0.78 0.24 68.63 0.65 0.46
Hex AD C3 2A B 0 4E 18 45 41 2E
Octal 255 303 52 13 0 116 30 105 101 56
Binary 10101101 11000011 101010 1011 0 1001110 11000 1000101 1000001 101110

Color Harmonies of #ADC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC32A

Black with #ADC32A

Text Example


Text Example

White with #ADC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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