Html Css Color HEX #ADC82C Bahia

📋 copy color: '#ADC82C'

red 173 ◦ green 200 ◦ blue 44

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

Shades of Bahia #ADC82C

Tints of Bahia #ADC82C

RGB

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

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

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

R = 41.49%
G = 47.96%
B = 10.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#ADC82C (or 0xADC82C) is known color: Bahia. HEX triplet: AD, C8 and 2C. RGB value is (173,200,44). Sum of RGB (Red+Green+Blue) = 173+200+44=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC82C is #5237D3. Grayscale: #AEAEAE. Windows color (decimal): -5388244 or 2934957. OLE color: 2934957.

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

Color convert

RGB 173 200 44 -
CMYK 0.14 0 0.78 0.22
HSL 70.38º 0.64% 0.48% -
HSV(B) 70.38º 0.78% 0.78% -
XYZ 38.34 50.37 10.09 -
YUV 174.14 54.55 127.18 -
System Red Green Blue C M Y K H S L
Decimal 173 200 44 0.14 0 0.78 0.22 70.38 0.64 0.48
Hex AD C8 2C E 0 4E 16 46 40 30
Octal 255 310 54 16 0 116 26 106 100 60
Binary 10101101 11001000 101100 1110 0 1001110 10110 1000110 1000000 110000

Color Harmonies of #ADC82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC82C

Black with #ADC82C

Text Example


Text Example

White with #ADC82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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