Html Css Color HEX #ADCA2E Bahia

📋 copy color: '#ADCA2E'

red 173 ◦ green 202 ◦ blue 46

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

Shades of Bahia #ADCA2E

Tints of Bahia #ADCA2E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.98%

 BLUE value IS 46 (18.36% from 255) = 10.93%

R = 41.09%
G = 47.98%
B = 10.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#ADCA2E (or 0xADCA2E) is known color: Bahia. HEX triplet: AD, CA and 2E. RGB value is (173,202,46). Sum of RGB (Red+Green+Blue) = 173+202+46=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCA2E is #5235D1. Grayscale: #B0B0B0. Windows color (decimal): -5387730 or 3066541. OLE color: 3066541.

HSL color Cylindrical-coordinate representation of color #ADCA2E: hue angle of 71.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADCA2E is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 46 -
CMYK 0.14 0 0.77 0.21
HSL 71.15º 0.63% 0.49% -
HSV(B) 71.15º 0.77% 0.79% -
XYZ 38.85 51.32 10.44 -
YUV 175.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 173 202 46 0.14 0 0.77 0.21 71.15 0.63 0.49
Hex AD CA 2E E 0 4D 15 47 3F 31
Octal 255 312 56 16 0 115 25 107 77 61
Binary 10101101 11001010 101110 1110 0 1001101 10101 1000111 111111 110001

Color Harmonies of #ADCA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA2E

Black with #ADCA2E

Text Example


Text Example

White with #ADCA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCA2E; }

 p { color: rgb(173,202,46); }

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

background-color css

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

 a { background-color: rgb(173,202,46); }

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

border-color css

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

 span { border-color: rgb(173,202,46); }

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