#adc830

Color #ADC830 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ADC830

Tints of Bahia #ADC830

Color information

#ADC830 (or 0xADC830) is unknown color: approx 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

RGB17320048-
CMYK0.1400.760.22
HSL70.66º61.29%48.63%-
HSV(B)70.66º76%78.43%-
XYZ38.4250.4110.5-
YUV174.656.55126.86-

RGB Variations

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

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.40%
R=41.09%
G=47.51%
B=11.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173200480.1400.760.2270.6661.2948.63
HexADC830E04C16473d31
Octal25531060160114261077561
Binary1010110111001000110000111001001100101101000111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adc830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>