Html Css Color HEX #ADC61D Bahia

📋 copy color: '#ADC61D'

red 173 ◦ green 198 ◦ blue 29

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

Shades of Bahia #ADC61D

Tints of Bahia #ADC61D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.5%

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

R = 43.25%
G = 49.5%
B = 7.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#ADC61D (or 0xADC61D) is known color: Bahia. HEX triplet: AD, C6 and 1D. RGB value is (173,198,29). Sum of RGB (Red+Green+Blue) = 173+198+29=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC61D is #5239E2. Grayscale: #ABABAB. Windows color (decimal): -5388771 or 1951405. OLE color: 1951405.

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

Color convert

RGB 173 198 29 -
CMYK 0.13 0 0.85 0.22
HSL 68.88º 0.74% 0.45% -
HSV(B) 68.88º 0.85% 0.78% -
XYZ 37.65 49.36 8.71 -
YUV 171.26 47.72 129.24 -
System Red Green Blue C M Y K H S L
Decimal 173 198 29 0.13 0 0.85 0.22 68.88 0.74 0.45
Hex AD C6 1D D 0 55 16 45 4A 2D
Octal 255 306 35 15 0 125 26 105 112 55
Binary 10101101 11000110 11101 1101 0 1010101 10110 1000101 1001010 101101

Color Harmonies of #ADC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC61D

Black with #ADC61D

Text Example


Text Example

White with #ADC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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