Html Css Color HEX #ADC830 Bahia

📋 copy color: '#ADC830'

red 173 ◦ green 200 ◦ blue 48

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

Shades of Bahia #ADC830

Tints of Bahia #ADC830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.4%

R = 41.09%
G = 47.51%
B = 11.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#ADC830 (or 0xADC830) is known color: Bahia. HEX triplet: AD, C8 and 30. RGB value is (173,200,48). Sum of RGB (Red+Green+Blue) = 173+200+48=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC830 is #5237CF. Grayscale: #AFAFAF. Windows color (decimal): -5388240 or 3197101. OLE color: 3197101.

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

Color convert

RGB 173 200 48 -
CMYK 0.14 0 0.76 0.22
HSL 70.66º 0.61% 0.49% -
HSV(B) 70.66º 0.76% 0.78% -
XYZ 38.42 50.41 10.5 -
YUV 174.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 173 200 48 0.14 0 0.76 0.22 70.66 0.61 0.49
Hex AD C8 30 E 0 4C 16 47 3D 31
Octal 255 310 60 16 0 114 26 107 75 61
Binary 10101101 11001000 110000 1110 0 1001100 10110 1000111 111101 110001

Color Harmonies of #ADC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC830

Black with #ADC830

Text Example


Text Example

White with #ADC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC830; }

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

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

background-color css

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

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

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

border-color css

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

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

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