Html Css Color HEX #ADC312 Bahia

📋 copy color: '#ADC312'

red 173 ◦ green 195 ◦ blue 18

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

Shades of Bahia #ADC312

Tints of Bahia #ADC312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 44.82%
G = 50.52%
B = 4.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#ADC312 (or 0xADC312) is known color: Bahia. HEX triplet: AD, C3 and 12. RGB value is (173,195,18). Sum of RGB (Red+Green+Blue) = 173+195+18=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC312 is #523CED. Grayscale: #A8A8A8. Windows color (decimal): -5389550 or 1229741. OLE color: 1229741.

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

Color convert

RGB 173 195 18 -
CMYK 0.11 0 0.91 0.24
HSL 67.46º 0.83% 0.42% -
HSV(B) 67.46º 0.91% 0.76% -
XYZ 36.86 47.96 7.89 -
YUV 168.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 173 195 18 0.11 0 0.91 0.24 67.46 0.83 0.42
Hex AD C3 12 B 0 5B 18 43 53 2A
Octal 255 303 22 13 0 133 30 103 123 52
Binary 10101101 11000011 10010 1011 0 1011011 11000 1000011 1010011 101010

Color Harmonies of #ADC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC312

Black with #ADC312

Text Example


Text Example

White with #ADC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC312; }

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

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

background-color css

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

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

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

border-color css

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

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

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