Html Css Color HEX #ADCC29 Bahia

📋 copy color: '#ADCC29'

red 173 ◦ green 204 ◦ blue 41

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

Shades of Bahia #ADCC29

Tints of Bahia #ADCC29

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.8%

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

R = 41.39%
G = 48.8%
B = 9.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#ADCC29 (or 0xADCC29) is known color: Bahia. HEX triplet: AD, CC and 29. RGB value is (173,204,41). Sum of RGB (Red+Green+Blue) = 173+204+41=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC29 is #5233D6. Grayscale: #B0B0B0. Windows color (decimal): -5387223 or 2739373. OLE color: 2739373.

HSL color Cylindrical-coordinate representation of color #ADCC29: hue angle of 71.41º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADCC29 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 41 -
CMYK 0.15 0 0.80 0.2
HSL 71.41º 0.67% 0.48% -
HSV(B) 71.41º 0.8% 0.8% -
XYZ 39.23 52.23 10.11 -
YUV 176.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 173 204 41 0.15 0 0.80 0.2 71.41 0.67 0.48
Hex AD CC 29 F 0 50 14 47 43 30
Octal 255 314 51 17 0 120 24 107 103 60
Binary 10101101 11001100 101001 1111 0 1010000 10100 1000111 1000011 110000

Color Harmonies of #ADCC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC29

Black with #ADCC29

Text Example


Text Example

White with #ADCC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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