Html Css Color HEX #ADC028 Bahia

📋 copy color: '#ADC028'

red 173 ◦ green 192 ◦ blue 40

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

Shades of Bahia #ADC028

Tints of Bahia #ADC028

RGB

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

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

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

R = 42.72%
G = 47.41%
B = 9.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#ADC028 (or 0xADC028) is known color: Bahia. HEX triplet: AD, C0 and 28. RGB value is (173,192,40). Sum of RGB (Red+Green+Blue) = 173+192+40=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC028 is #523FD7. Grayscale: #A9A9A9. Windows color (decimal): -5390296 or 2670765. OLE color: 2670765.

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

Color convert

RGB 173 192 40 -
CMYK 0.10 0 0.79 0.25
HSL 67.5º 0.66% 0.45% -
HSV(B) 67.5º 0.79% 0.75% -
XYZ 36.47 46.74 9.11 -
YUV 168.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 173 192 40 0.10 0 0.79 0.25 67.5 0.66 0.45
Hex AD C0 28 A 0 4F 19 44 42 2D
Octal 255 300 50 12 0 117 31 104 102 55
Binary 10101101 11000000 101000 1010 0 1001111 11001 1000100 1000010 101101

Color Harmonies of #ADC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC028

Black with #ADC028

Text Example


Text Example

White with #ADC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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