Html Css Color HEX #A8C227 Bahia

📋 copy color: '#A8C227'

red 168 ◦ green 194 ◦ blue 39

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

Shades of Bahia #A8C227

Tints of Bahia #A8C227

RGB

 RED value IS 168 (66.02% from 255) = 41.9%

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

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

R = 41.9%
G = 48.38%
B = 9.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#A8C227 (or 0xA8C227) is known color: Bahia. HEX triplet: A8, C2 and 27. RGB value is (168,194,39). Sum of RGB (Red+Green+Blue) = 168+194+39=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C227 is #573DD8. Grayscale: #A9A9A9. Windows color (decimal): -5717465 or 2605736. OLE color: 2605736.

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

Color convert

RGB 168 194 39 -
CMYK 0.13 0 0.80 0.24
HSL 70.06º 0.67% 0.46% -
HSV(B) 70.06º 0.8% 0.76% -
XYZ 35.81 47.05 9.11 -
YUV 168.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 168 194 39 0.13 0 0.80 0.24 70.06 0.67 0.46
Hex A8 C2 27 D 0 50 18 46 43 2E
Octal 250 302 47 15 0 120 30 106 103 56
Binary 10101000 11000010 100111 1101 0 1010000 11000 1000110 1000011 101110

Color Harmonies of #A8C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C227

Black with #A8C227

Text Example


Text Example

White with #A8C227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C227; }

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

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

background-color css

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

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

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

border-color css

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

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

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