Html Css Color HEX #ADC52D Bahia

📋 copy color: '#ADC52D'

red 173 ◦ green 197 ◦ blue 45

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

Shades of Bahia #ADC52D

Tints of Bahia #ADC52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.47%

 BLUE value IS 45 (17.97% from 255) = 10.84%

R = 41.69%
G = 47.47%
B = 10.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#ADC52D (or 0xADC52D) is known color: Bahia. HEX triplet: AD, C5 and 2D. RGB value is (173,197,45). Sum of RGB (Red+Green+Blue) = 173+197+45=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC52D is #523AD2. Grayscale: #ADADAD. Windows color (decimal): -5389011 or 2999725. OLE color: 2999725.

HSL color Cylindrical-coordinate representation of color #ADC52D: hue angle of 69.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADC52D is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 45 -
CMYK 0.12 0 0.77 0.23
HSL 69.47º 0.63% 0.47% -
HSV(B) 69.47º 0.77% 0.77% -
XYZ 37.67 49.01 9.96 -
YUV 172.5 56.05 128.36 -
System Red Green Blue C M Y K H S L
Decimal 173 197 45 0.12 0 0.77 0.23 69.47 0.63 0.47
Hex AD C5 2D C 0 4D 17 45 3F 2F
Octal 255 305 55 14 0 115 27 105 77 57
Binary 10101101 11000101 101101 1100 0 1001101 10111 1000101 111111 101111

Color Harmonies of #ADC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC52D

Black with #ADC52D

Text Example


Text Example

White with #ADC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC52D; }

 p { color: rgb(173,197,45); }

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

background-color css

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

 a { background-color: rgb(173,197,45); }

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

border-color css

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

 span { border-color: rgb(173,197,45); }

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