Html Css Color HEX #ADC82B Bahia

📋 copy color: '#ADC82B'

red 173 ◦ green 200 ◦ blue 43

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

Shades of Bahia #ADC82B

Tints of Bahia #ADC82B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.08%

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

R = 41.59%
G = 48.08%
B = 10.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#ADC82B (or 0xADC82B) is known color: Bahia. HEX triplet: AD, C8 and 2B. RGB value is (173,200,43). Sum of RGB (Red+Green+Blue) = 173+200+43=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC82B is #5237D4. Grayscale: #AEAEAE. Windows color (decimal): -5388245 or 2869421. OLE color: 2869421.

HSL color Cylindrical-coordinate representation of color #ADC82B: hue angle of 70.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADC82B is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 43 -
CMYK 0.14 0 0.78 0.22
HSL 70.32º 0.65% 0.48% -
HSV(B) 70.32º 0.79% 0.78% -
XYZ 38.32 50.37 9.99 -
YUV 174.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 173 200 43 0.14 0 0.78 0.22 70.32 0.65 0.48
Hex AD C8 2B E 0 4E 16 46 41 30
Octal 255 310 53 16 0 116 26 106 101 60
Binary 10101101 11001000 101011 1110 0 1001110 10110 1000110 1000001 110000

Color Harmonies of #ADC82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC82B

Black with #ADC82B

Text Example


Text Example

White with #ADC82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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