Html Css Color HEX #ABC227 Bahia

📋 copy color: '#ABC227'

red 171 ◦ green 194 ◦ blue 39

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

Shades of Bahia #ABC227

Tints of Bahia #ABC227

RGB

 RED value IS 171 (67.19% from 255) = 42.33%

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

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

R = 42.33%
G = 48.02%
B = 9.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#ABC227 (or 0xABC227) is known color: Bahia. HEX triplet: AB, C2 and 27. RGB value is (171,194,39). Sum of RGB (Red+Green+Blue) = 171+194+39=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC227 is #543DD8. Grayscale: #AAAAAA. Windows color (decimal): -5520857 or 2605739. OLE color: 2605739.

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

Color convert

RGB 171 194 39 -
CMYK 0.12 0 0.80 0.24
HSL 68.9º 0.67% 0.46% -
HSV(B) 68.9º 0.8% 0.76% -
XYZ 36.45 47.39 9.14 -
YUV 169.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 171 194 39 0.12 0 0.80 0.24 68.9 0.67 0.46
Hex AB C2 27 C 0 50 18 45 43 2E
Octal 253 302 47 14 0 120 30 105 103 56
Binary 10101011 11000010 100111 1100 0 1010000 11000 1000101 1000011 101110

Color Harmonies of #ABC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC227

Black with #ABC227

Text Example


Text Example

White with #ABC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC227; }

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

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

background-color css

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

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

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

border-color css

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

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

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