Html Css Color HEX #ADC826 Bahia

📋 copy color: '#ADC826'

red 173 ◦ green 200 ◦ blue 38

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

Shades of Bahia #ADC826

Tints of Bahia #ADC826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.66%

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

R = 42.09%
G = 48.66%
B = 9.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#ADC826 (or 0xADC826) is known color: Bahia. HEX triplet: AD, C8 and 26. RGB value is (173,200,38). Sum of RGB (Red+Green+Blue) = 173+200+38=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC826 is #5237D9. Grayscale: #AEAEAE. Windows color (decimal): -5388250 or 2541741. OLE color: 2541741.

HSL color Cylindrical-coordinate representation of color #ADC826: hue angle of 70º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADC826 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 38 -
CMYK 0.14 0 0.81 0.22
HSL 70º 0.68% 0.47% -
HSV(B) 70º 0.81% 0.78% -
XYZ 38.24 50.33 9.53 -
YUV 173.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 173 200 38 0.14 0 0.81 0.22 70 0.68 0.47
Hex AD C8 26 E 0 51 16 46 44 2F
Octal 255 310 46 16 0 121 26 106 104 57
Binary 10101101 11001000 100110 1110 0 1010001 10110 1000110 1000100 101111

Color Harmonies of #ADC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC826

Black with #ADC826

Text Example


Text Example

White with #ADC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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