Html Css Color HEX #ADC123 Bahia

📋 copy color: '#ADC123'

red 173 ◦ green 193 ◦ blue 35

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

Shades of Bahia #ADC123

Tints of Bahia #ADC123

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.13%

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

R = 43.14%
G = 48.13%
B = 8.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#ADC123 (or 0xADC123) is known color: Bahia. HEX triplet: AD, C1 and 23. RGB value is (173,193,35). Sum of RGB (Red+Green+Blue) = 173+193+35=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC123 is #523EDC. Grayscale: #A9A9A9. Windows color (decimal): -5390045 or 2343341. OLE color: 2343341.

HSL color Cylindrical-coordinate representation of color #ADC123: hue angle of 67.59º degrees, saturation: 0.69, 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 #ADC123 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 35 -
CMYK 0.10 0 0.82 0.24
HSL 67.59º 0.69% 0.45% -
HSV(B) 67.59º 0.82% 0.76% -
XYZ 36.61 47.15 8.76 -
YUV 169.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 173 193 35 0.10 0 0.82 0.24 67.59 0.69 0.45
Hex AD C1 23 A 0 52 18 44 45 2D
Octal 255 301 43 12 0 122 30 104 105 55
Binary 10101101 11000001 100011 1010 0 1010010 11000 1000100 1000101 101101

Color Harmonies of #ADC123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC123

Black with #ADC123

Text Example


Text Example

White with #ADC123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC123; }

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

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

background-color css

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

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

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

border-color css

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

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

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