Html Css Color HEX #ABC132 Bahia

📋 copy color: '#ABC132'

red 171 ◦ green 193 ◦ blue 50

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

Shades of Bahia #ABC132

Tints of Bahia #ABC132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 41.3%
G = 46.62%
B = 12.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#ABC132 (or 0xABC132) is known color: Bahia. HEX triplet: AB, C1 and 32. RGB value is (171,193,50). Sum of RGB (Red+Green+Blue) = 171+193+50=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC132 is #543ECD. Grayscale: #AAAAAA. Windows color (decimal): -5521102 or 3326379. OLE color: 3326379.

HSL color Cylindrical-coordinate representation of color #ABC132: hue angle of 69.23º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABC132 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 50 -
CMYK 0.11 0 0.74 0.24
HSL 69.23º 0.59% 0.48% -
HSV(B) 69.23º 0.74% 0.76% -
XYZ 36.44 47.03 10.17 -
YUV 170.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 171 193 50 0.11 0 0.74 0.24 69.23 0.59 0.48
Hex AB C1 32 B 0 4A 18 45 3B 30
Octal 253 301 62 13 0 112 30 105 73 60
Binary 10101011 11000001 110010 1011 0 1001010 11000 1000101 111011 110000

Color Harmonies of #ABC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC132

Black with #ABC132

Text Example


Text Example

White with #ABC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC132; }

 p { color: rgb(171,193,50); }

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

background-color css

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

 a { background-color: rgb(171,193,50); }

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

border-color css

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

 span { border-color: rgb(171,193,50); }

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