Html Css Color HEX #ABC123 Bahia

📋 copy color: '#ABC123'

red 171 ◦ green 193 ◦ blue 35

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

Shades of Bahia #ABC123

Tints of Bahia #ABC123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.77%

R = 42.86%
G = 48.37%
B = 8.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#ABC123 (or 0xABC123) is known color: Bahia. HEX triplet: AB, C1 and 23. RGB value is (171,193,35). Sum of RGB (Red+Green+Blue) = 171+193+35=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC123 is #543EDC. Grayscale: #A9A9A9. Windows color (decimal): -5521117 or 2343339. OLE color: 2343339.

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

Color convert

RGB 171 193 35 -
CMYK 0.11 0 0.82 0.24
HSL 68.35º 0.69% 0.45% -
HSV(B) 68.35º 0.82% 0.76% -
XYZ 36.17 46.92 8.74 -
YUV 168.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 171 193 35 0.11 0 0.82 0.24 68.35 0.69 0.45
Hex AB C1 23 B 0 52 18 44 45 2D
Octal 253 301 43 13 0 122 30 104 105 55
Binary 10101011 11000001 100011 1011 0 1010010 11000 1000100 1000101 101101

Color Harmonies of #ABC123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC123

Black with #ABC123

Text Example


Text Example

White with #ABC123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC123; }

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

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

background-color css

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

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

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

border-color css

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

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

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