Html Css Color HEX #ADC12B Bahia

📋 copy color: '#ADC12B'

red 173 ◦ green 193 ◦ blue 43

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

Shades of Bahia #ADC12B

Tints of Bahia #ADC12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.19%

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

R = 42.3%
G = 47.19%
B = 10.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ADC12B (or 0xADC12B) is known color: Bahia. HEX triplet: AD, C1 and 2B. RGB value is (173,193,43). Sum of RGB (Red+Green+Blue) = 173+193+43=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC12B is #523ED4. Grayscale: #AAAAAA. Windows color (decimal): -5390037 or 2867629. OLE color: 2867629.

HSL color Cylindrical-coordinate representation of color #ADC12B: hue angle of 68º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADC12B is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 43 -
CMYK 0.10 0 0.78 0.24
HSL 68º 0.64% 0.46% -
HSV(B) 68º 0.78% 0.76% -
XYZ 36.74 47.2 9.46 -
YUV 169.92 56.37 130.2 -
System Red Green Blue C M Y K H S L
Decimal 173 193 43 0.10 0 0.78 0.24 68 0.64 0.46
Hex AD C1 2B A 0 4E 18 44 40 2E
Octal 255 301 53 12 0 116 30 104 100 56
Binary 10101101 11000001 101011 1010 0 1001110 11000 1000100 1000000 101110

Color Harmonies of #ADC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC12B

Black with #ADC12B

Text Example


Text Example

White with #ADC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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