Html Css Color HEX #ADC22B Bahia

📋 copy color: '#ADC22B'

red 173 ◦ green 194 ◦ blue 43

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

Shades of Bahia #ADC22B

Tints of Bahia #ADC22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.32%

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

R = 42.2%
G = 47.32%
B = 10.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ADC22B (or 0xADC22B) is known color: Bahia. HEX triplet: AD, C2 and 2B. RGB value is (173,194,43). Sum of RGB (Red+Green+Blue) = 173+194+43=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC22B is #523DD4. Grayscale: #ABABAB. Windows color (decimal): -5389781 or 2867885. OLE color: 2867885.

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

Color convert

RGB 173 194 43 -
CMYK 0.11 0 0.78 0.24
HSL 68.34º 0.64% 0.46% -
HSV(B) 68.34º 0.78% 0.76% -
XYZ 36.96 47.64 9.53 -
YUV 170.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 173 194 43 0.11 0 0.78 0.24 68.34 0.64 0.46
Hex AD C2 2B B 0 4E 18 44 40 2E
Octal 255 302 53 13 0 116 30 104 100 56
Binary 10101101 11000010 101011 1011 0 1001110 11000 1000100 1000000 101110

Color Harmonies of #ADC22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC22B

Black with #ADC22B

Text Example


Text Example

White with #ADC22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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