Html Css Color HEX #ADC81D Bahia

📋 copy color: '#ADC81D'

red 173 ◦ green 200 ◦ blue 29

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

Shades of Bahia #ADC81D

Tints of Bahia #ADC81D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.75%

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

R = 43.03%
G = 49.75%
B = 7.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#ADC81D (or 0xADC81D) is known color: Bahia. HEX triplet: AD, C8 and 1D. RGB value is (173,200,29). Sum of RGB (Red+Green+Blue) = 173+200+29=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC81D is #5237E2. Grayscale: #ADADAD. Windows color (decimal): -5388259 or 1951917. OLE color: 1951917.

HSL color Cylindrical-coordinate representation of color #ADC81D: hue angle of 69.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC81D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 29 -
CMYK 0.14 0 0.86 0.22
HSL 69.47º 0.75% 0.45% -
HSV(B) 69.47º 0.86% 0.78% -
XYZ 38.11 50.28 8.86 -
YUV 172.43 47.05 128.4 -
System Red Green Blue C M Y K H S L
Decimal 173 200 29 0.14 0 0.86 0.22 69.47 0.75 0.45
Hex AD C8 1D E 0 56 16 45 4B 2D
Octal 255 310 35 16 0 126 26 105 113 55
Binary 10101101 11001000 11101 1110 0 1010110 10110 1000101 1001011 101101

Color Harmonies of #ADC81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC81D

Black with #ADC81D

Text Example


Text Example

White with #ADC81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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