Html Css Color HEX #ADC327 Bahia

📋 copy color: '#ADC327'

red 173 ◦ green 195 ◦ blue 39

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

Shades of Bahia #ADC327

Tints of Bahia #ADC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.58%

R = 42.51%
G = 47.91%
B = 9.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#ADC327 (or 0xADC327) is known color: Bahia. HEX triplet: AD, C3 and 27. RGB value is (173,195,39). Sum of RGB (Red+Green+Blue) = 173+195+39=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC327 is #523CD8. Grayscale: #ABABAB. Windows color (decimal): -5389529 or 2605997. OLE color: 2605997.

HSL color Cylindrical-coordinate representation of color #ADC327: hue angle of 68.46º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADC327 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 39 -
CMYK 0.11 0 0.80 0.24
HSL 68.46º 0.67% 0.46% -
HSV(B) 68.46º 0.8% 0.76% -
XYZ 37.11 48.06 9.24 -
YUV 170.64 53.71 129.68 -
System Red Green Blue C M Y K H S L
Decimal 173 195 39 0.11 0 0.80 0.24 68.46 0.67 0.46
Hex AD C3 27 B 0 50 18 44 43 2E
Octal 255 303 47 13 0 120 30 104 103 56
Binary 10101101 11000011 100111 1011 0 1010000 11000 1000100 1000011 101110

Color Harmonies of #ADC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC327

Black with #ADC327

Text Example


Text Example

White with #ADC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC327; }

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

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

background-color css

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

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

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

border-color css

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

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

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