Html Css Color HEX #ABC133 Bahia

📋 copy color: '#ABC133'

red 171 ◦ green 193 ◦ blue 51

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

Shades of Bahia #ABC133

Tints of Bahia #ABC133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.29%

R = 41.2%
G = 46.51%
B = 12.29%

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

#ABC133 (or 0xABC133) is known color: Bahia. HEX triplet: AB, C1 and 33. RGB value is (171,193,51). Sum of RGB (Red+Green+Blue) = 171+193+51=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC133 is #543ECC. Grayscale: #AAAAAA. Windows color (decimal): -5521101 or 3391915. OLE color: 3391915.

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

Color convert

RGB 171 193 51 -
CMYK 0.11 0 0.74 0.24
HSL 69.3º 0.58% 0.48% -
HSV(B) 69.3º 0.74% 0.76% -
XYZ 36.46 47.04 10.29 -
YUV 170.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 171 193 51 0.11 0 0.74 0.24 69.3 0.58 0.48
Hex AB C1 33 B 0 4A 18 45 3A 30
Octal 253 301 63 13 0 112 30 105 72 60
Binary 10101011 11000001 110011 1011 0 1001010 11000 1000101 111010 110000

Color Harmonies of #ABC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC133

Black with #ABC133

Text Example


Text Example

White with #ABC133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC133; }

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

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

background-color css

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

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

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

border-color css

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

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

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