Html Css Color HEX #ADCD2A Bahia

📋 copy color: '#ADCD2A'

red 173 ◦ green 205 ◦ blue 42

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

Shades of Bahia #ADCD2A

Tints of Bahia #ADCD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10%

R = 41.19%
G = 48.81%
B = 10%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#ADCD2A (or 0xADCD2A) is known color: Bahia. HEX triplet: AD, CD and 2A. RGB value is (173,205,42). Sum of RGB (Red+Green+Blue) = 173+205+42=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD2A is #5232D5. Grayscale: #B1B1B1. Windows color (decimal): -5386966 or 2805165. OLE color: 2805165.

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

Color convert

RGB 173 205 42 -
CMYK 0.16 0 0.80 0.20
HSL 71.78º 0.66% 0.48% -
HSV(B) 71.78º 0.8% 0.8% -
XYZ 39.48 52.71 10.28 -
YUV 176.85 51.9 125.25 -
System Red Green Blue C M Y K H S L
Decimal 173 205 42 0.16 0 0.80 0.20 71.78 0.66 0.48
Hex AD CD 2A 10 0 50 14 48 42 30
Octal 255 315 52 20 0 120 24 110 102 60
Binary 10101101 11001101 101010 10000 0 1010000 10100 1001000 1000010 110000

Color Harmonies of #ADCD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD2A

Black with #ADCD2A

Text Example


Text Example

White with #ADCD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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