Html Css Color HEX #ADC230 Bahia

📋 copy color: '#ADC230'

red 173 ◦ green 194 ◦ blue 48

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

Shades of Bahia #ADC230

Tints of Bahia #ADC230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.75%

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

R = 41.69%
G = 46.75%
B = 11.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#ADC230 (or 0xADC230) is known color: Bahia. HEX triplet: AD, C2 and 30. RGB value is (173,194,48). Sum of RGB (Red+Green+Blue) = 173+194+48=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC230 is #523DCF. Grayscale: #ABABAB. Windows color (decimal): -5389776 or 3195565. OLE color: 3195565.

HSL color Cylindrical-coordinate representation of color #ADC230: hue angle of 68.63º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADC230 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 48 -
CMYK 0.11 0 0.75 0.24
HSL 68.63º 0.6% 0.47% -
HSV(B) 68.63º 0.75% 0.76% -
XYZ 37.06 47.68 10.05 -
YUV 171.08 58.54 129.37 -
System Red Green Blue C M Y K H S L
Decimal 173 194 48 0.11 0 0.75 0.24 68.63 0.6 0.47
Hex AD C2 30 B 0 4B 18 45 3C 2F
Octal 255 302 60 13 0 113 30 105 74 57
Binary 10101101 11000010 110000 1011 0 1001011 11000 1000101 111100 101111

Color Harmonies of #ADC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC230

Black with #ADC230

Text Example


Text Example

White with #ADC230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC230; }

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

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

background-color css

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

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

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

border-color css

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

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

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