Html Css Color HEX #ADC529 Bahia

📋 copy color: '#ADC529'

red 173 ◦ green 197 ◦ blue 41

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

Shades of Bahia #ADC529

Tints of Bahia #ADC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

 BLUE value IS 41 (16.41% from 255) = 9.98%

R = 42.09%
G = 47.93%
B = 9.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#ADC529 (or 0xADC529) is known color: Bahia. HEX triplet: AD, C5 and 29. RGB value is (173,197,41). Sum of RGB (Red+Green+Blue) = 173+197+41=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC529 is #523AD6. Grayscale: #ACACAC. Windows color (decimal): -5389015 or 2737581. OLE color: 2737581.

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

Color convert

RGB 173 197 41 -
CMYK 0.12 0 0.79 0.23
HSL 69.23º 0.66% 0.47% -
HSV(B) 69.23º 0.79% 0.77% -
XYZ 37.6 48.98 9.57 -
YUV 172.04 54.05 128.68 -
System Red Green Blue C M Y K H S L
Decimal 173 197 41 0.12 0 0.79 0.23 69.23 0.66 0.47
Hex AD C5 29 C 0 4F 17 45 42 2F
Octal 255 305 51 14 0 117 27 105 102 57
Binary 10101101 11000101 101001 1100 0 1001111 10111 1000101 1000010 101111

Color Harmonies of #ADC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC529

Black with #ADC529

Text Example


Text Example

White with #ADC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC529; }

 p { color: rgb(173,197,41); }

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

background-color css

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

 a { background-color: rgb(173,197,41); }

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

border-color css

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

 span { border-color: rgb(173,197,41); }

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