Html Css Color HEX #ADC62C Bahia

📋 copy color: '#ADC62C'

red 173 ◦ green 198 ◦ blue 44

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

Shades of Bahia #ADC62C

Tints of Bahia #ADC62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.6%

R = 41.69%
G = 47.71%
B = 10.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#ADC62C (or 0xADC62C) is known color: Bahia. HEX triplet: AD, C6 and 2C. RGB value is (173,198,44). Sum of RGB (Red+Green+Blue) = 173+198+44=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC62C is #5239D3. Grayscale: #ADADAD. Windows color (decimal): -5388756 or 2934445. OLE color: 2934445.

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

Color convert

RGB 173 198 44 -
CMYK 0.13 0 0.78 0.22
HSL 69.74º 0.64% 0.47% -
HSV(B) 69.74º 0.78% 0.78% -
XYZ 37.88 49.45 9.93 -
YUV 172.97 55.22 128.02 -
System Red Green Blue C M Y K H S L
Decimal 173 198 44 0.13 0 0.78 0.22 69.74 0.64 0.47
Hex AD C6 2C D 0 4E 16 46 40 2F
Octal 255 306 54 15 0 116 26 106 100 57
Binary 10101101 11000110 101100 1101 0 1001110 10110 1000110 1000000 101111

Color Harmonies of #ADC62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC62C

Black with #ADC62C

Text Example


Text Example

White with #ADC62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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