Html Css Color HEX #ABC234 Bahia

📋 copy color: '#ABC234'

red 171 ◦ green 194 ◦ blue 52

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

Shades of Bahia #ABC234

Tints of Bahia #ABC234

RGB

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

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

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

R = 41.01%
G = 46.52%
B = 12.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#ABC234 (or 0xABC234) is known color: Bahia. HEX triplet: AB, C2 and 34. RGB value is (171,194,52). Sum of RGB (Red+Green+Blue) = 171+194+52=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC234 is #543DCB. Grayscale: #ABABAB. Windows color (decimal): -5520844 or 3457707. OLE color: 3457707.

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

Color convert

RGB 171 194 52 -
CMYK 0.12 0 0.73 0.24
HSL 69.72º 0.58% 0.48% -
HSV(B) 69.72º 0.73% 0.76% -
XYZ 36.71 47.49 10.48 -
YUV 170.94 60.88 128.05 -
System Red Green Blue C M Y K H S L
Decimal 171 194 52 0.12 0 0.73 0.24 69.72 0.58 0.48
Hex AB C2 34 C 0 49 18 46 3A 30
Octal 253 302 64 14 0 111 30 106 72 60
Binary 10101011 11000010 110100 1100 0 1001001 11000 1000110 111010 110000

Color Harmonies of #ABC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC234

Black with #ABC234

Text Example


Text Example

White with #ABC234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC234; }

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

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

background-color css

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

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

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

border-color css

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

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

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