Html Css Color HEX #ADC72B Bahia

📋 copy color: '#ADC72B'

red 173 ◦ green 199 ◦ blue 43

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

Shades of Bahia #ADC72B

Tints of Bahia #ADC72B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.95%

 BLUE value IS 43 (17.19% from 255) = 10.36%

R = 41.69%
G = 47.95%
B = 10.36%

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

#ADC72B (or 0xADC72B) is known color: Bahia. HEX triplet: AD, C7 and 2B. RGB value is (173,199,43). Sum of RGB (Red+Green+Blue) = 173+199+43=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC72B is #5238D4. Grayscale: #AEAEAE. Windows color (decimal): -5388501 or 2869165. OLE color: 2869165.

HSL color Cylindrical-coordinate representation of color #ADC72B: hue angle of 70º 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 #ADC72B is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 43 -
CMYK 0.13 0 0.78 0.22
HSL 70º 0.64% 0.47% -
HSV(B) 70º 0.78% 0.78% -
XYZ 38.09 49.91 9.91 -
YUV 173.44 54.39 127.68 -
System Red Green Blue C M Y K H S L
Decimal 173 199 43 0.13 0 0.78 0.22 70 0.64 0.47
Hex AD C7 2B D 0 4E 16 46 40 2F
Octal 255 307 53 15 0 116 26 106 100 57
Binary 10101101 11000111 101011 1101 0 1001110 10110 1000110 1000000 101111

Color Harmonies of #ADC72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC72B

Black with #ADC72B

Text Example


Text Example

White with #ADC72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC72B; }

 p { color: rgb(173,199,43); }

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

background-color css

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

 a { background-color: rgb(173,199,43); }

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

border-color css

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

 span { border-color: rgb(173,199,43); }

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