Html Css Color HEX #ADC623 Bahia

📋 copy color: '#ADC623'

red 173 ◦ green 198 ◦ blue 35

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

Shades of Bahia #ADC623

Tints of Bahia #ADC623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.62%

R = 42.61%
G = 48.77%
B = 8.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#ADC623 (or 0xADC623) is known color: Bahia. HEX triplet: AD, C6 and 23. RGB value is (173,198,35). Sum of RGB (Red+Green+Blue) = 173+198+35=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC623 is #5239DC. Grayscale: #ACACAC. Windows color (decimal): -5388765 or 2344621. OLE color: 2344621.

HSL color Cylindrical-coordinate representation of color #ADC623: hue angle of 69.2º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADC623 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 35 -
CMYK 0.13 0 0.82 0.22
HSL 69.2º 0.7% 0.46% -
HSV(B) 69.2º 0.82% 0.78% -
XYZ 37.73 49.39 9.14 -
YUV 171.94 50.72 128.75 -
System Red Green Blue C M Y K H S L
Decimal 173 198 35 0.13 0 0.82 0.22 69.2 0.7 0.46
Hex AD C6 23 D 0 52 16 45 46 2E
Octal 255 306 43 15 0 122 26 105 106 56
Binary 10101101 11000110 100011 1101 0 1010010 10110 1000101 1000110 101110

Color Harmonies of #ADC623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC623

Black with #ADC623

Text Example


Text Example

White with #ADC623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC623; }

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

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

background-color css

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

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

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

border-color css

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

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

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