Html Css Color HEX #ADC432 Bahia

📋 copy color: '#ADC432'

red 173 ◦ green 196 ◦ blue 50

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

Shades of Bahia #ADC432

Tints of Bahia #ADC432

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.78%

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 41.29%
G = 46.78%
B = 11.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#ADC432 (or 0xADC432) is known color: Bahia. HEX triplet: AD, C4 and 32. RGB value is (173,196,50). Sum of RGB (Red+Green+Blue) = 173+196+50=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC432 is #523BCD. Grayscale: #ADADAD. Windows color (decimal): -5389262 or 3327149. OLE color: 3327149.

HSL color Cylindrical-coordinate representation of color #ADC432: hue angle of 69.45º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC432 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 50 -
CMYK 0.12 0 0.74 0.23
HSL 69.45º 0.59% 0.48% -
HSV(B) 69.45º 0.74% 0.77% -
XYZ 37.55 48.59 10.42 -
YUV 172.48 58.88 128.37 -
System Red Green Blue C M Y K H S L
Decimal 173 196 50 0.12 0 0.74 0.23 69.45 0.59 0.48
Hex AD C4 32 C 0 4A 17 45 3B 30
Octal 255 304 62 14 0 112 27 105 73 60
Binary 10101101 11000100 110010 1100 0 1001010 10111 1000101 111011 110000

Color Harmonies of #ADC432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC432

Black with #ADC432

Text Example


Text Example

White with #ADC432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC432; }

 p { color: rgb(173,196,50); }

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

background-color css

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

 a { background-color: rgb(173,196,50); }

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

border-color css

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

 span { border-color: rgb(173,196,50); }

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