Html Css Color HEX #ADC60D Bahia

📋 copy color: '#ADC60D'

red 173 ◦ green 198 ◦ blue 13

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

Shades of Bahia #ADC60D

Tints of Bahia #ADC60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 45.05%
G = 51.56%
B = 3.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#ADC60D (or 0xADC60D) is known color: Bahia. HEX triplet: AD, C6 and 0D. RGB value is (173,198,13). Sum of RGB (Red+Green+Blue) = 173+198+13=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC60D is #5239F2. Grayscale: #AAAAAA. Windows color (decimal): -5388787 or 902829. OLE color: 902829.

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

Color convert

RGB 173 198 13 -
CMYK 0.13 0 0.93 0.22
HSL 68.11º 0.88% 0.41% -
HSV(B) 68.11º 0.93% 0.78% -
XYZ 37.5 49.3 7.92 -
YUV 169.44 39.72 130.54 -
System Red Green Blue C M Y K H S L
Decimal 173 198 13 0.13 0 0.93 0.22 68.11 0.88 0.41
Hex AD C6 D D 0 5D 16 44 58 29
Octal 255 306 15 15 0 135 26 104 130 51
Binary 10101101 11000110 1101 1101 0 1011101 10110 1000100 1011000 101001

Color Harmonies of #ADC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC60D

Black with #ADC60D

Text Example


Text Example

White with #ADC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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