Html Css Color HEX #ADC423 Bahia

📋 copy color: '#ADC423'

red 173 ◦ green 196 ◦ blue 35

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

Shades of Bahia #ADC423

Tints of Bahia #ADC423

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.51%

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

R = 42.82%
G = 48.51%
B = 8.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#ADC423 (or 0xADC423) is known color: Bahia. HEX triplet: AD, C4 and 23. RGB value is (173,196,35). Sum of RGB (Red+Green+Blue) = 173+196+35=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC423 is #523BDC. Grayscale: #ABABAB. Windows color (decimal): -5389277 or 2344109. OLE color: 2344109.

HSL color Cylindrical-coordinate representation of color #ADC423: hue angle of 68.57º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADC423 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 35 -
CMYK 0.12 0 0.82 0.23
HSL 68.57º 0.7% 0.45% -
HSV(B) 68.57º 0.82% 0.77% -
XYZ 37.28 48.49 8.98 -
YUV 170.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 173 196 35 0.12 0 0.82 0.23 68.57 0.7 0.45
Hex AD C4 23 C 0 52 17 45 46 2D
Octal 255 304 43 14 0 122 27 105 106 55
Binary 10101101 11000100 100011 1100 0 1010010 10111 1000101 1000110 101101

Color Harmonies of #ADC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC423

Black with #ADC423

Text Example


Text Example

White with #ADC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC423; }

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

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

background-color css

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

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

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

border-color css

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

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

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