Html Css Color HEX #ADC82F Bahia

📋 copy color: '#ADC82F'

red 173 ◦ green 200 ◦ blue 47

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

Shades of Bahia #ADC82F

Tints of Bahia #ADC82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.19%

R = 41.19%
G = 47.62%
B = 11.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#ADC82F (or 0xADC82F) is known color: Bahia. HEX triplet: AD, C8 and 2F. RGB value is (173,200,47). Sum of RGB (Red+Green+Blue) = 173+200+47=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC82F is #5237D0. Grayscale: #AFAFAF. Windows color (decimal): -5388241 or 3131565. OLE color: 3131565.

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

Color convert

RGB 173 200 47 -
CMYK 0.14 0 0.76 0.22
HSL 70.59º 0.62% 0.48% -
HSV(B) 70.59º 0.77% 0.78% -
XYZ 38.4 50.4 10.39 -
YUV 174.49 56.05 126.94 -
System Red Green Blue C M Y K H S L
Decimal 173 200 47 0.14 0 0.76 0.22 70.59 0.62 0.48
Hex AD C8 2F E 0 4C 16 47 3E 30
Octal 255 310 57 16 0 114 26 107 76 60
Binary 10101101 11001000 101111 1110 0 1001100 10110 1000111 111110 110000

Color Harmonies of #ADC82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC82F

Black with #ADC82F

Text Example


Text Example

White with #ADC82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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