Html Css Color HEX #ADC032 Bahia

📋 copy color: '#ADC032'

red 173 ◦ green 192 ◦ blue 50

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

Shades of Bahia #ADC032

Tints of Bahia #ADC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.27%

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

R = 41.69%
G = 46.27%
B = 12.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#ADC032 (or 0xADC032) is known color: Bahia. HEX triplet: AD, C0 and 32. RGB value is (173,192,50). Sum of RGB (Red+Green+Blue) = 173+192+50=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC032 is #523FCD. Grayscale: #AAAAAA. Windows color (decimal): -5390286 or 3326125. OLE color: 3326125.

HSL color Cylindrical-coordinate representation of color #ADC032: hue angle of 68.03º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC032 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 50 -
CMYK 0.10 0 0.74 0.25
HSL 68.03º 0.59% 0.47% -
HSV(B) 68.03º 0.74% 0.75% -
XYZ 36.66 46.81 10.12 -
YUV 170.13 60.21 130.05 -
System Red Green Blue C M Y K H S L
Decimal 173 192 50 0.10 0 0.74 0.25 68.03 0.59 0.47
Hex AD C0 32 A 0 4A 19 44 3B 2F
Octal 255 300 62 12 0 112 31 104 73 57
Binary 10101101 11000000 110010 1010 0 1001010 11001 1000100 111011 101111

Color Harmonies of #ADC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC032

Black with #ADC032

Text Example


Text Example

White with #ADC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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