Html Css Color HEX #ADC026 Bahia

📋 copy color: '#ADC026'

red 173 ◦ green 192 ◦ blue 38

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

Shades of Bahia #ADC026

Tints of Bahia #ADC026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.43%

R = 42.93%
G = 47.64%
B = 9.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#ADC026 (or 0xADC026) is known color: Bahia. HEX triplet: AD, C0 and 26. RGB value is (173,192,38). Sum of RGB (Red+Green+Blue) = 173+192+38=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC026 is #523FD9. Grayscale: #A9A9A9. Windows color (decimal): -5390298 or 2539693. OLE color: 2539693.

HSL color Cylindrical-coordinate representation of color #ADC026: hue angle of 67.4º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADC026 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 38 -
CMYK 0.10 0 0.80 0.25
HSL 67.4º 0.67% 0.45% -
HSV(B) 67.4º 0.8% 0.75% -
XYZ 36.43 46.72 8.93 -
YUV 168.76 54.21 131.02 -
System Red Green Blue C M Y K H S L
Decimal 173 192 38 0.10 0 0.80 0.25 67.4 0.67 0.45
Hex AD C0 26 A 0 50 19 43 43 2D
Octal 255 300 46 12 0 120 31 103 103 55
Binary 10101101 11000000 100110 1010 0 1010000 11001 1000011 1000011 101101

Color Harmonies of #ADC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC026

Black with #ADC026

Text Example


Text Example

White with #ADC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC026; }

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

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

background-color css

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

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

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

border-color css

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

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

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