Html Css Color HEX #ADC227 Bahia

📋 copy color: '#ADC227'

red 173 ◦ green 194 ◦ blue 39

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

Shades of Bahia #ADC227

Tints of Bahia #ADC227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.78%

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

R = 42.61%
G = 47.78%
B = 9.61%

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

#ADC227 (or 0xADC227) is known color: Bahia. HEX triplet: AD, C2 and 27. RGB value is (173,194,39). Sum of RGB (Red+Green+Blue) = 173+194+39=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC227 is #523DD8. Grayscale: #AAAAAA. Windows color (decimal): -5389785 or 2605741. OLE color: 2605741.

HSL color Cylindrical-coordinate representation of color #ADC227: hue angle of 68.13º 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 #ADC227 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 39 -
CMYK 0.11 0 0.80 0.24
HSL 68.13º 0.67% 0.46% -
HSV(B) 68.13º 0.8% 0.76% -
XYZ 36.89 47.61 9.17 -
YUV 170.05 54.04 130.1 -
System Red Green Blue C M Y K H S L
Decimal 173 194 39 0.11 0 0.80 0.24 68.13 0.67 0.46
Hex AD C2 27 B 0 50 18 44 43 2E
Octal 255 302 47 13 0 120 30 104 103 56
Binary 10101101 11000010 100111 1011 0 1010000 11000 1000100 1000011 101110

Color Harmonies of #ADC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC227

Black with #ADC227

Text Example


Text Example

White with #ADC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC227; }

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

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

background-color css

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

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

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

border-color css

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

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

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