Html Css Color HEX #ADCC1A Bahia

📋 copy color: '#ADCC1A'

red 173 ◦ green 204 ◦ blue 26

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

Shades of Bahia #ADCC1A

Tints of Bahia #ADCC1A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.62%

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

R = 42.93%
G = 50.62%
B = 6.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#ADCC1A (or 0xADCC1A) is known color: Bahia. HEX triplet: AD, CC and 1A. RGB value is (173,204,26). Sum of RGB (Red+Green+Blue) = 173+204+26=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC1A is #5233E5. Grayscale: #AFAFAF. Windows color (decimal): -5387238 or 1756333. OLE color: 1756333.

HSL color Cylindrical-coordinate representation of color #ADCC1A: hue angle of 70.45º 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 #ADCC1A is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 26 -
CMYK 0.15 0 0.87 0.2
HSL 70.45º 0.77% 0.45% -
HSV(B) 70.45º 0.87% 0.8% -
XYZ 39.01 52.14 8.99 -
YUV 174.44 44.23 126.97 -
System Red Green Blue C M Y K H S L
Decimal 173 204 26 0.15 0 0.87 0.2 70.45 0.77 0.45
Hex AD CC 1A F 0 57 14 46 4D 2D
Octal 255 314 32 17 0 127 24 106 115 55
Binary 10101101 11001100 11010 1111 0 1010111 10100 1000110 1001101 101101

Color Harmonies of #ADCC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC1A

Black with #ADCC1A

Text Example


Text Example

White with #ADCC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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