Html Css Color HEX #ADC132 Bahia

📋 copy color: '#ADC132'

red 173 ◦ green 193 ◦ blue 50

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

Shades of Bahia #ADC132

Tints of Bahia #ADC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.39%

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

R = 41.59%
G = 46.39%
B = 12.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#ADC132 (or 0xADC132) is known color: Bahia. HEX triplet: AD, C1 and 32. RGB value is (173,193,50). Sum of RGB (Red+Green+Blue) = 173+193+50=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC132 is #523ECD. Grayscale: #ABABAB. Windows color (decimal): -5390030 or 3326381. OLE color: 3326381.

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

Color convert

RGB 173 193 50 -
CMYK 0.10 0 0.74 0.24
HSL 68.39º 0.59% 0.48% -
HSV(B) 68.39º 0.74% 0.76% -
XYZ 36.88 47.25 10.19 -
YUV 170.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 173 193 50 0.10 0 0.74 0.24 68.39 0.59 0.48
Hex AD C1 32 A 0 4A 18 44 3B 30
Octal 255 301 62 12 0 112 30 104 73 60
Binary 10101101 11000001 110010 1010 0 1001010 11000 1000100 111011 110000

Color Harmonies of #ADC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC132

Black with #ADC132

Text Example


Text Example

White with #ADC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC132; }

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

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

background-color css

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

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

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

border-color css

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

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

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