Html Css Color HEX #ADCE1A Bahia

📋 copy color: '#ADCE1A'

red 173 ◦ green 206 ◦ blue 26

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

Shades of Bahia #ADCE1A

Tints of Bahia #ADCE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.86%

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

R = 42.72%
G = 50.86%
B = 6.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#ADCE1A (or 0xADCE1A) is known color: Bahia. HEX triplet: AD, CE and 1A. RGB value is (173,206,26). Sum of RGB (Red+Green+Blue) = 173+206+26=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE1A is #5231E5. Grayscale: #B0B0B0. Windows color (decimal): -5386726 or 1756845. OLE color: 1756845.

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

Color convert

RGB 173 206 26 -
CMYK 0.16 0 0.87 0.19
HSL 71º 0.78% 0.45% -
HSV(B) 71º 0.87% 0.81% -
XYZ 39.49 53.1 9.15 -
YUV 175.61 43.57 126.14 -
System Red Green Blue C M Y K H S L
Decimal 173 206 26 0.16 0 0.87 0.19 71 0.78 0.45
Hex AD CE 1A 10 0 57 13 47 4E 2D
Octal 255 316 32 20 0 127 23 107 116 55
Binary 10101101 11001110 11010 10000 0 1010111 10011 1000111 1001110 101101

Color Harmonies of #ADCE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE1A

Black with #ADCE1A

Text Example


Text Example

White with #ADCE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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