Html Css Color HEX #ADCD2D Bahia

📋 copy color: '#ADCD2D'

red 173 ◦ green 205 ◦ blue 45

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

Shades of Bahia #ADCD2D

Tints of Bahia #ADCD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.64%

R = 40.9%
G = 48.46%
B = 10.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#ADCD2D (or 0xADCD2D) is known color: Bahia. HEX triplet: AD, CD and 2D. RGB value is (173,205,45). Sum of RGB (Red+Green+Blue) = 173+205+45=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD2D is #5232D2. Grayscale: #B1B1B1. Windows color (decimal): -5386963 or 3001773. OLE color: 3001773.

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

Color convert

RGB 173 205 45 -
CMYK 0.16 0 0.78 0.20
HSL 72º 0.64% 0.49% -
HSV(B) 72º 0.78% 0.8% -
XYZ 39.54 52.74 10.58 -
YUV 177.19 53.4 125.01 -
System Red Green Blue C M Y K H S L
Decimal 173 205 45 0.16 0 0.78 0.20 72 0.64 0.49
Hex AD CD 2D 10 0 4E 14 48 40 31
Octal 255 315 55 20 0 116 24 110 100 61
Binary 10101101 11001101 101101 10000 0 1001110 10100 1001000 1000000 110001

Color Harmonies of #ADCD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD2D

Black with #ADCD2D

Text Example


Text Example

White with #ADCD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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