Html Css Color HEX #ADC628 Bahia

📋 copy color: '#ADC628'

red 173 ◦ green 198 ◦ blue 40

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

Shades of Bahia #ADC628

Tints of Bahia #ADC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.18%

 BLUE value IS 40 (16.02% from 255) = 9.73%

R = 42.09%
G = 48.18%
B = 9.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#ADC628 (or 0xADC628) is known color: Bahia. HEX triplet: AD, C6 and 28. RGB value is (173,198,40). Sum of RGB (Red+Green+Blue) = 173+198+40=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC628 is #5239D7. Grayscale: #ADADAD. Windows color (decimal): -5388760 or 2672301. OLE color: 2672301.

HSL color Cylindrical-coordinate representation of color #ADC628: hue angle of 69.49º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADC628 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 40 -
CMYK 0.13 0 0.80 0.22
HSL 69.49º 0.66% 0.47% -
HSV(B) 69.49º 0.8% 0.78% -
XYZ 37.81 49.43 9.55 -
YUV 172.51 53.22 128.35 -
System Red Green Blue C M Y K H S L
Decimal 173 198 40 0.13 0 0.80 0.22 69.49 0.66 0.47
Hex AD C6 28 D 0 50 16 45 42 2F
Octal 255 306 50 15 0 120 26 105 102 57
Binary 10101101 11000110 101000 1101 0 1010000 10110 1000101 1000010 101111

Color Harmonies of #ADC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC628

Black with #ADC628

Text Example


Text Example

White with #ADC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC628; }

 p { color: rgb(173,198,40); }

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

background-color css

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

 a { background-color: rgb(173,198,40); }

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

border-color css

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

 span { border-color: rgb(173,198,40); }

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