Html Css Color HEX #ADC323 Bahia

📋 copy color: '#ADC323'

red 173 ◦ green 195 ◦ blue 35

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

Shades of Bahia #ADC323

Tints of Bahia #ADC323

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.39%

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

R = 42.93%
G = 48.39%
B = 8.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#ADC323 (or 0xADC323) is known color: Bahia. HEX triplet: AD, C3 and 23. RGB value is (173,195,35). Sum of RGB (Red+Green+Blue) = 173+195+35=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC323 is #523CDC. Grayscale: #AAAAAA. Windows color (decimal): -5389533 or 2343853. OLE color: 2343853.

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

Color convert

RGB 173 195 35 -
CMYK 0.11 0 0.82 0.24
HSL 68.25º 0.7% 0.45% -
HSV(B) 68.25º 0.82% 0.76% -
XYZ 37.05 48.04 8.91 -
YUV 170.18 51.71 130.01 -
System Red Green Blue C M Y K H S L
Decimal 173 195 35 0.11 0 0.82 0.24 68.25 0.7 0.45
Hex AD C3 23 B 0 52 18 44 46 2D
Octal 255 303 43 13 0 122 30 104 106 55
Binary 10101101 11000011 100011 1011 0 1010010 11000 1000100 1000110 101101

Color Harmonies of #ADC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC323

Black with #ADC323

Text Example


Text Example

White with #ADC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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