Html Css Color HEX #ADCD1A Bahia

📋 copy color: '#ADCD1A'

red 173 ◦ green 205 ◦ blue 26

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

Shades of Bahia #ADCD1A

Tints of Bahia #ADCD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.74%

 BLUE value IS 26 (10.55% from 255) = 6.44%

R = 42.82%
G = 50.74%
B = 6.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#ADCD1A (or 0xADCD1A) is known color: Bahia. HEX triplet: AD, CD and 1A. RGB value is (173,205,26). Sum of RGB (Red+Green+Blue) = 173+205+26=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD1A is #5232E5. Grayscale: #AFAFAF. Windows color (decimal): -5386982 or 1756589. OLE color: 1756589.

HSL color Cylindrical-coordinate representation of color #ADCD1A: hue angle of 70.73º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADCD1A is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 26 -
CMYK 0.16 0 0.87 0.20
HSL 70.73º 0.77% 0.45% -
HSV(B) 70.73º 0.87% 0.8% -
XYZ 39.25 52.62 9.07 -
YUV 175.03 43.9 126.55 -
System Red Green Blue C M Y K H S L
Decimal 173 205 26 0.16 0 0.87 0.20 70.73 0.77 0.45
Hex AD CD 1A 10 0 57 14 47 4D 2D
Octal 255 315 32 20 0 127 24 107 115 55
Binary 10101101 11001101 11010 10000 0 1010111 10100 1000111 1001101 101101

Color Harmonies of #ADCD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD1A

Black with #ADCD1A

Text Example


Text Example

White with #ADCD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD1A; }

 p { color: rgb(173,205,26); }

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

background-color css

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

 a { background-color: rgb(173,205,26); }

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

border-color css

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

 span { border-color: rgb(173,205,26); }

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