Html Css Color HEX #ABC12B Bahia

📋 copy color: '#ABC12B'

red 171 ◦ green 193 ◦ blue 43

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

Shades of Bahia #ABC12B

Tints of Bahia #ABC12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.57%

R = 42.01%
G = 47.42%
B = 10.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ABC12B (or 0xABC12B) is known color: Bahia. HEX triplet: AB, C1 and 2B. RGB value is (171,193,43). Sum of RGB (Red+Green+Blue) = 171+193+43=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC12B is #543ED4. Grayscale: #A9A9A9. Windows color (decimal): -5521109 or 2867627. OLE color: 2867627.

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

Color convert

RGB 171 193 43 -
CMYK 0.11 0 0.78 0.24
HSL 68.8º 0.64% 0.46% -
HSV(B) 68.8º 0.78% 0.76% -
XYZ 36.3 46.97 9.44 -
YUV 169.32 56.71 129.2 -
System Red Green Blue C M Y K H S L
Decimal 171 193 43 0.11 0 0.78 0.24 68.8 0.64 0.46
Hex AB C1 2B B 0 4E 18 45 40 2E
Octal 253 301 53 13 0 116 30 105 100 56
Binary 10101011 11000001 101011 1011 0 1001110 11000 1000101 1000000 101110

Color Harmonies of #ABC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC12B

Black with #ABC12B

Text Example


Text Example

White with #ABC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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