Html Css Color HEX #ADC310 Bahia

📋 copy color: '#ADC310'

red 173 ◦ green 195 ◦ blue 16

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

Shades of Bahia #ADC310

Tints of Bahia #ADC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 45.05%
G = 50.78%
B = 4.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#ADC310 (or 0xADC310) is known color: Bahia. HEX triplet: AD, C3 and 10. RGB value is (173,195,16). Sum of RGB (Red+Green+Blue) = 173+195+16=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC310 is #523CEF. Grayscale: #A8A8A8. Windows color (decimal): -5389552 or 1098669. OLE color: 1098669.

HSL color Cylindrical-coordinate representation of color #ADC310: hue angle of 67.37º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC310 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 16 -
CMYK 0.11 0 0.92 0.24
HSL 67.37º 0.85% 0.41% -
HSV(B) 67.37º 0.92% 0.76% -
XYZ 36.84 47.95 7.8 -
YUV 168.02 42.21 131.55 -
System Red Green Blue C M Y K H S L
Decimal 173 195 16 0.11 0 0.92 0.24 67.37 0.85 0.41
Hex AD C3 10 B 0 5C 18 43 55 29
Octal 255 303 20 13 0 134 30 103 125 51
Binary 10101101 11000011 10000 1011 0 1011100 11000 1000011 1010101 101001

Color Harmonies of #ADC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC310

Black with #ADC310

Text Example


Text Example

White with #ADC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC310; }

 p { color: rgb(173,195,16); }

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

background-color css

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

 a { background-color: rgb(173,195,16); }

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

border-color css

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

 span { border-color: rgb(173,195,16); }

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