Html Css Color HEX #ADC42B Bahia

📋 copy color: '#ADC42B'

red 173 ◦ green 196 ◦ blue 43

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

Shades of Bahia #ADC42B

Tints of Bahia #ADC42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.57%

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

R = 41.99%
G = 47.57%
B = 10.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#ADC42B (or 0xADC42B) is known color: Bahia. HEX triplet: AD, C4 and 2B. RGB value is (173,196,43). Sum of RGB (Red+Green+Blue) = 173+196+43=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC42B is #523BD4. Grayscale: #ACACAC. Windows color (decimal): -5389269 or 2868397. OLE color: 2868397.

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

Color convert

RGB 173 196 43 -
CMYK 0.12 0 0.78 0.23
HSL 69.02º 0.64% 0.47% -
HSV(B) 69.02º 0.78% 0.77% -
XYZ 37.41 48.54 9.68 -
YUV 171.68 55.38 128.94 -
System Red Green Blue C M Y K H S L
Decimal 173 196 43 0.12 0 0.78 0.23 69.02 0.64 0.47
Hex AD C4 2B C 0 4E 17 45 40 2F
Octal 255 304 53 14 0 116 27 105 100 57
Binary 10101101 11000100 101011 1100 0 1001110 10111 1000101 1000000 101111

Color Harmonies of #ADC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC42B

Black with #ADC42B

Text Example


Text Example

White with #ADC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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