Html Css Color HEX #ADCE1D Bahia

📋 copy color: '#ADCE1D'

red 173 ◦ green 206 ◦ blue 29

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

Shades of Bahia #ADCE1D

Tints of Bahia #ADCE1D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.49%

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

R = 42.4%
G = 50.49%
B = 7.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#ADCE1D (or 0xADCE1D) is known color: Bahia. HEX triplet: AD, CE and 1D. RGB value is (173,206,29). Sum of RGB (Red+Green+Blue) = 173+206+29=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE1D is #5231E2. Grayscale: #B0B0B0. Windows color (decimal): -5386723 or 1953453. OLE color: 1953453.

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

Color convert

RGB 173 206 29 -
CMYK 0.16 0 0.86 0.19
HSL 71.19º 0.75% 0.46% -
HSV(B) 71.19º 0.86% 0.81% -
XYZ 39.53 53.12 9.33 -
YUV 175.96 45.07 125.89 -
System Red Green Blue C M Y K H S L
Decimal 173 206 29 0.16 0 0.86 0.19 71.19 0.75 0.46
Hex AD CE 1D 10 0 56 13 47 4B 2E
Octal 255 316 35 20 0 126 23 107 113 56
Binary 10101101 11001110 11101 10000 0 1010110 10011 1000111 1001011 101110

Color Harmonies of #ADCE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE1D

Black with #ADCE1D

Text Example


Text Example

White with #ADCE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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