Html Css Color HEX #ADCD1D Bahia

📋 copy color: '#ADCD1D'

red 173 ◦ green 205 ◦ blue 29

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

Shades of Bahia #ADCD1D

Tints of Bahia #ADCD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.13%

R = 42.51%
G = 50.37%
B = 7.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#ADCD1D (or 0xADCD1D) is known color: Bahia. HEX triplet: AD, CD and 1D. RGB value is (173,205,29). Sum of RGB (Red+Green+Blue) = 173+205+29=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD1D is #5232E2. Grayscale: #B0B0B0. Windows color (decimal): -5386979 or 1953197. OLE color: 1953197.

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

Color convert

RGB 173 205 29 -
CMYK 0.16 0 0.86 0.20
HSL 70.91º 0.75% 0.46% -
HSV(B) 70.91º 0.86% 0.8% -
XYZ 39.29 52.64 9.25 -
YUV 175.37 45.4 126.31 -
System Red Green Blue C M Y K H S L
Decimal 173 205 29 0.16 0 0.86 0.20 70.91 0.75 0.46
Hex AD CD 1D 10 0 56 14 47 4B 2E
Octal 255 315 35 20 0 126 24 107 113 56
Binary 10101101 11001101 11101 10000 0 1010110 10100 1000111 1001011 101110

Color Harmonies of #ADCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD1D

Black with #ADCD1D

Text Example


Text Example

White with #ADCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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