Html Css Color HEX #ABC134 Bahia

📋 copy color: '#ABC134'

red 171 ◦ green 193 ◦ blue 52

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

Shades of Bahia #ABC134

Tints of Bahia #ABC134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.5%

R = 41.11%
G = 46.39%
B = 12.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#ABC134 (or 0xABC134) is known color: Bahia. HEX triplet: AB, C1 and 34. RGB value is (171,193,52). Sum of RGB (Red+Green+Blue) = 171+193+52=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC134 is #543ECB. Grayscale: #AAAAAA. Windows color (decimal): -5521100 or 3457451. OLE color: 3457451.

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

Color convert

RGB 171 193 52 -
CMYK 0.11 0 0.73 0.24
HSL 69.36º 0.58% 0.48% -
HSV(B) 69.36º 0.73% 0.76% -
XYZ 36.48 47.05 10.41 -
YUV 170.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 171 193 52 0.11 0 0.73 0.24 69.36 0.58 0.48
Hex AB C1 34 B 0 49 18 45 3A 30
Octal 253 301 64 13 0 111 30 105 72 60
Binary 10101011 11000001 110100 1011 0 1001001 11000 1000101 111010 110000

Color Harmonies of #ABC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC134

Black with #ABC134

Text Example


Text Example

White with #ABC134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC134; }

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

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

background-color css

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

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

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

border-color css

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

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

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