Html Css Color HEX #ADC127 Bahia

📋 copy color: '#ADC127'

red 173 ◦ green 193 ◦ blue 39

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

Shades of Bahia #ADC127

Tints of Bahia #ADC127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.65%

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

R = 42.72%
G = 47.65%
B = 9.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#ADC127 (or 0xADC127) is known color: Bahia. HEX triplet: AD, C1 and 27. RGB value is (173,193,39). Sum of RGB (Red+Green+Blue) = 173+193+39=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC127 is #523ED8. Grayscale: #AAAAAA. Windows color (decimal): -5390041 or 2605485. OLE color: 2605485.

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

Color convert

RGB 173 193 39 -
CMYK 0.10 0 0.80 0.24
HSL 67.79º 0.66% 0.45% -
HSV(B) 67.79º 0.8% 0.76% -
XYZ 36.67 47.17 9.09 -
YUV 169.46 54.37 130.52 -
System Red Green Blue C M Y K H S L
Decimal 173 193 39 0.10 0 0.80 0.24 67.79 0.66 0.45
Hex AD C1 27 A 0 50 18 44 42 2D
Octal 255 301 47 12 0 120 30 104 102 55
Binary 10101101 11000001 100111 1010 0 1010000 11000 1000100 1000010 101101

Color Harmonies of #ADC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC127

Black with #ADC127

Text Example


Text Example

White with #ADC127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC127; }

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

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

background-color css

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

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

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

border-color css

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

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

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